Shades of Deco #C2D576
Tints of Deco #C2D576
RGB
CMYK
RGB Variations
Color information
#C2D576 (or 0xC2D576) is known color: Deco. HEX triplet: C2, D5 and 76. RGB value is (194,213,118). Sum of RGB (Red+Green+Blue) = 194+213+118=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D576 is #3D2A89. Grayscale: #C4C4C4. Windows color (decimal): -4008586 or 7787970. OLE color: 7787970.
HSL color Cylindrical-coordinate representation of color #C2D576: hue angle of 72º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2D576 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 118 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.16 |
| HSL | 72º | 0.53% | 0.65% | - |
| HSV(B) | 72º | 0.45% | 0.84% | - |
| XYZ | 49.31 | 60.37 | 26.19 | - |
| YUV | 196.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 118 | 0.09 | 0 | 0.45 | 0.16 | 72 | 0.53 | 0.65 |
| Hex | C2 | D5 | 76 | 9 | 0 | 2D | 10 | 48 | 35 | 41 |
| Octal | 302 | 325 | 166 | 11 | 0 | 55 | 20 | 110 | 65 | 101 |
| Binary | 11000010 | 11010101 | 1110110 | 1001 | 0 | 101101 | 10000 | 1001000 | 110101 | 1000001 |
Color Harmonies of #C2D576
Complementary color
Monochromatic Colors of #C2D576
Black with #C2D576
Text Example
Text Example
White with #C2D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D576; }
p { color: rgb(194,213,118); }
H1.HeaderClassName
{
color: #C2D576;
}
.AnyTagClassName
{
color: #C2D576;
}
</style>
background-color css
<style>
a { background-color: #C2D576; }
a { background-color: rgb(194,213,118); }
div.DivClassName
{
background-color: #C2D576;
}
.BgClassName
{
background-color: #C2D576;
}
</style>
border-color css
<style>
span { border-color: #C2D576; }
span { border-color: rgb(194,213,118); }
td.TdClassName
{
border-color: #C2D576;
}
.TagClassName
{
border-color: #C2D576;
}
</style>