COLOR #C7DD02

HEX: #C7DD02
RGB: (199,221,2)

Renk bilgisi

#C7DD02 contains mainly red and green colors. #C7DD02 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#C7DD02 color RGB value is (199,221,2).

  • kırmız ton 199;
  • yeşil ton 221;
  • mavi ton 2.
RGB:
(199,221,2)
(78%,87%,1%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 221 of 255 = 87%
B 2 of 255 = 1%

199
221
2

R + G + B ~ 55%. #C7DD02 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 221 + 2 = 422 (100%)
R 199 of 422 ~ 47.16%
G 221 of 422 ~ 52.37%
B 2 of 422 ~ 0.47%

%47.16
%52.37

CMYK RENK MODELİ

#C7DD02 rengi CMYK tonu (10,0,99,13).

  • camgöbeği tonu 9.95%
  • eflatun tonu 0.00%
  • sarı tonu 99.10%
  • ana renk tonu 13.33%
CMYK:
(10,0,99,13)
C10M0Y99K13 
(10%,0%,99%,13%)
(0.10/0.00/0.99/0.13)	

CMYK yüzdeleri

%9.95
%0
%99.1
%13.33

Codes

Color #C7DD02 in popluar color models

C7DD02
RGB1992212
HSL66°98.21%43.73%
HSB/HSV66°99.10%86.67%
CMYK9.95%0.00%99.10%
13.33%

Color #C7DD02 in popluar number systems.

HEXC7DD02
Decimal1992212
Binary110001111101110110
Octal3073352

Shades and tints

Shades of #C7DD02

#C7DD02
(199,221,2)
#B5C902
(181,201,2)
#A3B502
(163,181,2)
#91A102
(145,161,2)
#7F8D02
(127,141,2)
#6D7902
(109,121,2)
#5B6502
(91,101,2)
#495102
(73,81,2)
#373D02
(55,61,2)
#252902
(37,41,2)
#131502
(19,21,2)
#000000
(0,0,0)

Tints of #C7DD02

#C7DD02
(199,221,2)
#CCE019
(204,224,25)
#D1E330
(209,227,48)
#D6E647
(214,230,71)
#DBE95E
(219,233,94)
#E0EC75
(224,236,117)
#E5EF8C
(229,239,140)
#EAF2A3
(234,242,163)
#EFF5BA
(239,245,186)
#F4F8D1
(244,248,209)
#F9FBE8
(249,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DD02 color. Also use rgb(199,221,2) instead hex code.

Text Font Color

.myTextColor { color: #C7DD02; }

<p style="color:#C7DD02">This sample text font color is #C7DD02.</p>

This text font color is #C7DD02.


Background Color

.myBgColor { background-color: #C7DD02; }

<div style="background-color:#C7DD02">Inner text</div>

This div background color is #C7DD02.


Border color

.myBorderColor { border: 1px solid #C7DD02; }

<div style="border:3px solid #C7DD02">Div</div>

This div border color is #C7DD02.


Opacity

.myOpacity80 { color: #C7DD02; opacity: 0.8; }

<p style="color:#C7DD02;opacity:0.8;">80%</p>

Text with #C7DD02 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7DD02;}

<p style="text-shadow: 3px 3px 1px #C7DD02">Text here.</p>

This text has shadow with #C7DD02 color.

.textShadow {text-shadow: 3px 3px 1px #C7DD02, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7DD02, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7DD02 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7DD02, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7DD02, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7DD02 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7DD02;
  -webkit-box-shadow:	1px 1px 3px 2px #C7DD02;
  box-shadow:		1px 1px 3px 2px #C7DD02;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7DD02;
-webkit-box-shadow: 1px 1px 3px 2px #C7DD02;
box-shadow:1px 1px 3px 2px #C7DD02;">
Div content here</div>
This div box has shadow with color #C7DD02.

Preview

Color preview on black background

This text has color #C7DD02 on black background.


Color preview on white background

This text has color #C7DD02 on white background.



Black color preview on #C7DD02 background

This text has black color on #C7DD02 background.


White color preview on #C7DD02 background

This text has white color on #C7DD02 background.