Shades of Deco #CFDE7C
Tints of Deco #CFDE7C
RGB
CMYK
RGB Variations
Color information
#CFDE7C (or 0xCFDE7C) is known color: Deco. HEX triplet: CF, DE and 7C. RGB value is (207,222,124). Sum of RGB (Red+Green+Blue) = 207+222+124=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE7C is #302183. Grayscale: #CECECE. Windows color (decimal): -3154308 or 8183503. OLE color: 8183503.
HSL color Cylindrical-coordinate representation of color #CFDE7C: hue angle of 69.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFDE7C is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 124 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.13 |
| HSL | 69.18º | 0.6% | 0.68% | - |
| HSV(B) | 69.18º | 0.44% | 0.87% | - |
| XYZ | 55.49 | 66.96 | 29.07 | - |
| YUV | 206.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 124 | 0.07 | 0 | 0.44 | 0.13 | 69.18 | 0.6 | 0.68 |
| Hex | CF | DE | 7C | 7 | 0 | 2C | D | 45 | 3C | 44 |
| Octal | 317 | 336 | 174 | 7 | 0 | 54 | 15 | 105 | 74 | 104 |
| Binary | 11001111 | 11011110 | 1111100 | 111 | 0 | 101100 | 1101 | 1000101 | 111100 | 1000100 |
Color Harmonies of #CFDE7C
Complementary color
Monochromatic Colors of #CFDE7C
Black with #CFDE7C
Text Example
Text Example
White with #CFDE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE7C; }
p { color: rgb(207,222,124); }
H1.HeaderClassName
{
color: #CFDE7C;
}
.AnyTagClassName
{
color: #CFDE7C;
}
</style>
background-color css
<style>
a { background-color: #CFDE7C; }
a { background-color: rgb(207,222,124); }
div.DivClassName
{
background-color: #CFDE7C;
}
.BgClassName
{
background-color: #CFDE7C;
}
</style>
border-color css
<style>
span { border-color: #CFDE7C; }
span { border-color: rgb(207,222,124); }
td.TdClassName
{
border-color: #CFDE7C;
}
.TagClassName
{
border-color: #CFDE7C;
}
</style>