Shades of Deco #CFDC7F
Tints of Deco #CFDC7F
RGB
CMYK
RGB Variations
Color information
#CFDC7F (or 0xCFDC7F) is known color: Deco. HEX triplet: CF, DC and 7F. RGB value is (207,220,127). Sum of RGB (Red+Green+Blue) = 207+220+127=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC7F is #302380. Grayscale: #CDCDCD. Windows color (decimal): -3154817 or 8379599. OLE color: 8379599.
HSL color Cylindrical-coordinate representation of color #CFDC7F: hue angle of 68.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFDC7F is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 127 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.14 |
| HSL | 68.39º | 0.57% | 0.68% | - |
| HSV(B) | 68.39º | 0.42% | 0.86% | - |
| XYZ | 55.16 | 65.98 | 29.91 | - |
| YUV | 205.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 127 | 0.06 | 0 | 0.42 | 0.14 | 68.39 | 0.57 | 0.68 |
| Hex | CF | DC | 7F | 6 | 0 | 2A | E | 44 | 39 | 44 |
| Octal | 317 | 334 | 177 | 6 | 0 | 52 | 16 | 104 | 71 | 104 |
| Binary | 11001111 | 11011100 | 1111111 | 110 | 0 | 101010 | 1110 | 1000100 | 111001 | 1000100 |
Color Harmonies of #CFDC7F
Complementary color
Monochromatic Colors of #CFDC7F
Black with #CFDC7F
Text Example
Text Example
White with #CFDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC7F; }
p { color: rgb(207,220,127); }
H1.HeaderClassName
{
color: #CFDC7F;
}
.AnyTagClassName
{
color: #CFDC7F;
}
</style>
background-color css
<style>
a { background-color: #CFDC7F; }
a { background-color: rgb(207,220,127); }
div.DivClassName
{
background-color: #CFDC7F;
}
.BgClassName
{
background-color: #CFDC7F;
}
</style>
border-color css
<style>
span { border-color: #CFDC7F; }
span { border-color: rgb(207,220,127); }
td.TdClassName
{
border-color: #CFDC7F;
}
.TagClassName
{
border-color: #CFDC7F;
}
</style>