Shades of Green Mist #CFD29A
Tints of Green Mist #CFD29A
RGB
CMYK
RGB Variations
Color information
#CFD29A (or 0xCFD29A) is known color: Green Mist. HEX triplet: CF, D2 and 9A. RGB value is (207,210,154). Sum of RGB (Red+Green+Blue) = 207+210+154=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD29A is #302D65. Grayscale: #CACACA. Windows color (decimal): -3157350 or 10146511. OLE color: 10146511.
HSL color Cylindrical-coordinate representation of color #CFD29A: hue angle of 63.21º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFD29A is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 154 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.18 |
| HSL | 63.21º | 0.38% | 0.71% | - |
| HSV(B) | 63.21º | 0.27% | 0.82% | - |
| XYZ | 54.61 | 61.69 | 39.6 | - |
| YUV | 202.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 154 | 0.01 | 0 | 0.27 | 0.18 | 63.21 | 0.38 | 0.71 |
| Hex | CF | D2 | 9A | 1 | 0 | 1B | 12 | 3F | 26 | 47 |
| Octal | 317 | 322 | 232 | 1 | 0 | 33 | 22 | 77 | 46 | 107 |
| Binary | 11001111 | 11010010 | 10011010 | 1 | 0 | 11011 | 10010 | 111111 | 100110 | 1000111 |
Color Harmonies of #CFD29A
Complementary color
Monochromatic Colors of #CFD29A
Black with #CFD29A
Text Example
Text Example
White with #CFD29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD29A; }
p { color: rgb(207,210,154); }
H1.HeaderClassName
{
color: #CFD29A;
}
.AnyTagClassName
{
color: #CFD29A;
}
</style>
background-color css
<style>
a { background-color: #CFD29A; }
a { background-color: rgb(207,210,154); }
div.DivClassName
{
background-color: #CFD29A;
}
.BgClassName
{
background-color: #CFD29A;
}
</style>
border-color css
<style>
span { border-color: #CFD29A; }
span { border-color: rgb(207,210,154); }
td.TdClassName
{
border-color: #CFD29A;
}
.TagClassName
{
border-color: #CFD29A;
}
</style>