Shades of Deco #C2CD78
Tints of Deco #C2CD78
RGB
CMYK
RGB Variations
Color information
#C2CD78 (or 0xC2CD78) is known color: Deco. HEX triplet: C2, CD and 78. RGB value is (194,205,120). Sum of RGB (Red+Green+Blue) = 194+205+120=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD78 is #3D3287. Grayscale: #C0C0C0. Windows color (decimal): -4010632 or 7916994. OLE color: 7916994.
HSL color Cylindrical-coordinate representation of color #C2CD78: hue angle of 67.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2CD78 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 120 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.20 |
| HSL | 67.76º | 0.46% | 0.64% | - |
| HSV(B) | 67.76º | 0.41% | 0.8% | - |
| XYZ | 47.47 | 56.49 | 26.17 | - |
| YUV | 192.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 120 | 0.05 | 0 | 0.41 | 0.20 | 67.76 | 0.46 | 0.64 |
| Hex | C2 | CD | 78 | 5 | 0 | 29 | 14 | 44 | 2E | 40 |
| Octal | 302 | 315 | 170 | 5 | 0 | 51 | 24 | 104 | 56 | 100 |
| Binary | 11000010 | 11001101 | 1111000 | 101 | 0 | 101001 | 10100 | 1000100 | 101110 | 1000000 |
Color Harmonies of #C2CD78
Complementary color
Monochromatic Colors of #C2CD78
Black with #C2CD78
Text Example
Text Example
White with #C2CD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD78; }
p { color: rgb(194,205,120); }
H1.HeaderClassName
{
color: #C2CD78;
}
.AnyTagClassName
{
color: #C2CD78;
}
</style>
background-color css
<style>
a { background-color: #C2CD78; }
a { background-color: rgb(194,205,120); }
div.DivClassName
{
background-color: #C2CD78;
}
.BgClassName
{
background-color: #C2CD78;
}
</style>
border-color css
<style>
span { border-color: #C2CD78; }
span { border-color: rgb(194,205,120); }
td.TdClassName
{
border-color: #C2CD78;
}
.TagClassName
{
border-color: #C2CD78;
}
</style>