#C2D37F

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

Shades of Deco #C2D37F

Tints of Deco #C2D37F

Color information

#C2D37F (or 0xC2D37F) is unknown color: approx Deco. HEX triplet: C2, D3 and 7F. RGB value is (194,211,127). Sum of RGB (Red+Green+Blue) = 194+211+127=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D37F is #3D2C80. Grayscale: #C4C4C4. Windows color (decimal): -4009089 or 8377282. OLE color: 8377282.

HSL color Cylindrical-coordinate representation of color #C2D37F: hue angle of 72.14º 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 #C2D37F is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB194211127-
CMYK0.0800.400.17
HSL72.14º48.84%66.27%-
HSV(B)72.14º39.81%82.75%-
XYZ49.3759.5928.98-
YUV196.3488.87126.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 127 (50% from 255) = 23.87%
R=36.47%
G=39.66%
B=23.87%

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
Decimal1942111270.0800.400.1772.1448.8466.27
HexC2D37F802811483142
Octal302323177100502111061102
Binary11000010110100111111111100001010001000110010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D37F; }

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

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

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

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

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

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

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

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