Shades of Deco #CFD78E
Tints of Deco #CFD78E
RGB
CMYK
RGB Variations
Color information
#CFD78E (or 0xCFD78E) is known color: Deco. HEX triplet: CF, D7 and 8E. RGB value is (207,215,142). Sum of RGB (Red+Green+Blue) = 207+215+142=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD78E is #302871. Grayscale: #CCCCCC. Windows color (decimal): -3156082 or 9361359. OLE color: 9361359.
HSL color Cylindrical-coordinate representation of color #CFD78E: hue angle of 66.58º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFD78E is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 142 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.16 |
| HSL | 66.58º | 0.48% | 0.7% | - |
| HSV(B) | 66.58º | 0.34% | 0.84% | - |
| XYZ | 54.92 | 63.82 | 35.02 | - |
| YUV | 204.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 142 | 0.04 | 0 | 0.34 | 0.16 | 66.58 | 0.48 | 0.7 |
| Hex | CF | D7 | 8E | 4 | 0 | 22 | 10 | 43 | 30 | 46 |
| Octal | 317 | 327 | 216 | 4 | 0 | 42 | 20 | 103 | 60 | 106 |
| Binary | 11001111 | 11010111 | 10001110 | 100 | 0 | 100010 | 10000 | 1000011 | 110000 | 1000110 |
Color Harmonies of #CFD78E
Complementary color
Monochromatic Colors of #CFD78E
Black with #CFD78E
Text Example
Text Example
White with #CFD78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD78E; }
p { color: rgb(207,215,142); }
H1.HeaderClassName
{
color: #CFD78E;
}
.AnyTagClassName
{
color: #CFD78E;
}
</style>
background-color css
<style>
a { background-color: #CFD78E; }
a { background-color: rgb(207,215,142); }
div.DivClassName
{
background-color: #CFD78E;
}
.BgClassName
{
background-color: #CFD78E;
}
</style>
border-color css
<style>
span { border-color: #CFD78E; }
span { border-color: rgb(207,215,142); }
td.TdClassName
{
border-color: #CFD78E;
}
.TagClassName
{
border-color: #CFD78E;
}
</style>