#C2D37D

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

Shades of Deco #C2D37D

Tints of Deco #C2D37D

Color information

#C2D37D (or 0xC2D37D) is unknown color: approx Deco. HEX triplet: C2, D3 and 7D. RGB value is (194,211,125). Sum of RGB (Red+Green+Blue) = 194+211+125=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D37D is #3D2C82. Grayscale: #C4C4C4. Windows color (decimal): -4009091 or 8246210. OLE color: 8246210.

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

Color convert

RGB194211125-
CMYK0.0800.410.17
HSL71.86º49.43%65.88%-
HSV(B)71.86º40.76%82.75%-
XYZ49.2459.5428.3-
YUV196.1187.87126.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=36.60%
G=39.81%
B=23.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942111250.0800.410.1771.8649.4365.88
HexC2D37D802911483142
Octal302323175100512111061102
Binary11000010110100111111101100001010011000110010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D37D; }

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

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

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

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

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

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

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

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