Shades of Deco #C2D178
Tints of Deco #C2D178
RGB
CMYK
RGB Variations
Color information
#C2D178 (or 0xC2D178) is known color: Deco. HEX triplet: C2, D1 and 78. RGB value is (194,209,120). Sum of RGB (Red+Green+Blue) = 194+209+120=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D178 is #3D2E87. Grayscale: #C2C2C2. Windows color (decimal): -4009608 or 7918018. OLE color: 7918018.
HSL color Cylindrical-coordinate representation of color #C2D178: hue angle of 70.11º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2D178 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 120 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.18 |
| HSL | 70.11º | 0.49% | 0.65% | - |
| HSV(B) | 70.11º | 0.43% | 0.82% | - |
| XYZ | 48.44 | 58.43 | 26.49 | - |
| YUV | 194.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 120 | 0.07 | 0 | 0.43 | 0.18 | 70.11 | 0.49 | 0.65 |
| Hex | C2 | D1 | 78 | 7 | 0 | 2B | 12 | 46 | 31 | 41 |
| Octal | 302 | 321 | 170 | 7 | 0 | 53 | 22 | 106 | 61 | 101 |
| Binary | 11000010 | 11010001 | 1111000 | 111 | 0 | 101011 | 10010 | 1000110 | 110001 | 1000001 |
Color Harmonies of #C2D178
Complementary color
Monochromatic Colors of #C2D178
Black with #C2D178
Text Example
Text Example
White with #C2D178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D178; }
p { color: rgb(194,209,120); }
H1.HeaderClassName
{
color: #C2D178;
}
.AnyTagClassName
{
color: #C2D178;
}
</style>
background-color css
<style>
a { background-color: #C2D178; }
a { background-color: rgb(194,209,120); }
div.DivClassName
{
background-color: #C2D178;
}
.BgClassName
{
background-color: #C2D178;
}
</style>
border-color css
<style>
span { border-color: #C2D178; }
span { border-color: rgb(194,209,120); }
td.TdClassName
{
border-color: #C2D178;
}
.TagClassName
{
border-color: #C2D178;
}
</style>