Shades of Deco #CFDE7E
Tints of Deco #CFDE7E
RGB
CMYK
RGB Variations
Color information
#CFDE7E (or 0xCFDE7E) is known color: Deco. HEX triplet: CF, DE and 7E. RGB value is (207,222,126). Sum of RGB (Red+Green+Blue) = 207+222+126=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE7E is #302181. Grayscale: #CECECE. Windows color (decimal): -3154306 or 8314575. OLE color: 8314575.
HSL color Cylindrical-coordinate representation of color #CFDE7E: hue angle of 69.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFDE7E is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 126 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.13 |
| HSL | 69.38º | 0.59% | 0.68% | - |
| HSV(B) | 69.38º | 0.43% | 0.87% | - |
| XYZ | 55.62 | 67.01 | 29.74 | - |
| YUV | 206.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 126 | 0.07 | 0 | 0.43 | 0.13 | 69.38 | 0.59 | 0.68 |
| Hex | CF | DE | 7E | 7 | 0 | 2B | D | 45 | 3B | 44 |
| Octal | 317 | 336 | 176 | 7 | 0 | 53 | 15 | 105 | 73 | 104 |
| Binary | 11001111 | 11011110 | 1111110 | 111 | 0 | 101011 | 1101 | 1000101 | 111011 | 1000100 |
Color Harmonies of #CFDE7E
Complementary color
Monochromatic Colors of #CFDE7E
Black with #CFDE7E
Text Example
Text Example
White with #CFDE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE7E; }
p { color: rgb(207,222,126); }
H1.HeaderClassName
{
color: #CFDE7E;
}
.AnyTagClassName
{
color: #CFDE7E;
}
</style>
background-color css
<style>
a { background-color: #CFDE7E; }
a { background-color: rgb(207,222,126); }
div.DivClassName
{
background-color: #CFDE7E;
}
.BgClassName
{
background-color: #CFDE7E;
}
</style>
border-color css
<style>
span { border-color: #CFDE7E; }
span { border-color: rgb(207,222,126); }
td.TdClassName
{
border-color: #CFDE7E;
}
.TagClassName
{
border-color: #CFDE7E;
}
</style>