#C2D37E

Color #C2D37E Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C2D37E

Tints of Deco #C2D37E

Color information

#C2D37E (or 0xC2D37E) is unknown color: approx Deco. HEX triplet: C2, D3 and 7E. RGB value is (194,211,126). Sum of RGB (Red+Green+Blue) = 194+211+126=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D37E is #3D2C81. Grayscale: #C4C4C4. Windows color (decimal): -4009090 or 8311746. OLE color: 8311746.

HSL color Cylindrical-coordinate representation of color #C2D37E: hue angle of 72º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2D37E is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB194211126-
CMYK0.0800.400.17
HSL72º49.13%66.08%-
HSV(B)72º40.28%82.75%-
XYZ49.3159.5628.64-
YUV196.2388.37126.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=36.53%
G=39.74%
B=23.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942111260.0800.400.177249.1366.08
HexC2D37E802811483142
Octal302323176100502111061102
Binary11000010110100111111110100001010001000110010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D37E; }

 p { color: rgb(194,211,126); }

 H1.HeaderClassName
 {
   color: #C2D37E;
 }
 .AnyTagClassName
 {
   color: #C2D37E;
 }
</style>
background-color css

<style>
 a { background-color: #C2D37E; }

 a { background-color: rgb(194,211,126); }

 div.DivClassName
 {
   background-color: #C2D37E;
 }
 .BgClassName
 {
   background-color: #C2D37E;
 }
</style>
border-color css

<style>
 span { border-color: #C2D37E; }

 span { border-color: rgb(194,211,126); }

 td.TdClassName
 {
   border-color: #C2D37E;
 }
 .TagClassName
 {
   border-color: #C2D37E;
 }
</style>