Shades of Deco #CFDA7F
Tints of Deco #CFDA7F
RGB
CMYK
RGB Variations
Color information
#CFDA7F (or 0xCFDA7F) is known color: Deco. HEX triplet: CF, DA and 7F. RGB value is (207,218,127). Sum of RGB (Red+Green+Blue) = 207+218+127=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 127 (50% from 255 or 23.01% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA7F is #302580. Grayscale: #CCCCCC. Windows color (decimal): -3155329 or 8379087. OLE color: 8379087.
HSL color Cylindrical-coordinate representation of color #CFDA7F: hue angle of 67.25º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFDA7F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 127 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.15 |
| HSL | 67.25º | 0.55% | 0.68% | - |
| HSV(B) | 67.25º | 0.42% | 0.85% | - |
| XYZ | 54.63 | 64.94 | 29.73 | - |
| YUV | 204.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 127 | 0.05 | 0 | 0.42 | 0.15 | 67.25 | 0.55 | 0.68 |
| Hex | CF | DA | 7F | 5 | 0 | 2A | F | 43 | 37 | 44 |
| Octal | 317 | 332 | 177 | 5 | 0 | 52 | 17 | 103 | 67 | 104 |
| Binary | 11001111 | 11011010 | 1111111 | 101 | 0 | 101010 | 1111 | 1000011 | 110111 | 1000100 |
Color Harmonies of #CFDA7F
Complementary color
Monochromatic Colors of #CFDA7F
Black with #CFDA7F
Text Example
Text Example
White with #CFDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA7F; }
p { color: rgb(207,218,127); }
H1.HeaderClassName
{
color: #CFDA7F;
}
.AnyTagClassName
{
color: #CFDA7F;
}
</style>
background-color css
<style>
a { background-color: #CFDA7F; }
a { background-color: rgb(207,218,127); }
div.DivClassName
{
background-color: #CFDA7F;
}
.BgClassName
{
background-color: #CFDA7F;
}
</style>
border-color css
<style>
span { border-color: #CFDA7F; }
span { border-color: rgb(207,218,127); }
td.TdClassName
{
border-color: #CFDA7F;
}
.TagClassName
{
border-color: #CFDA7F;
}
</style>