Shades of Green Mist #CFD49A
Tints of Green Mist #CFD49A
RGB
CMYK
RGB Variations
Color information
#CFD49A (or 0xCFD49A) is known color: Green Mist. HEX triplet: CF, D4 and 9A. RGB value is (207,212,154). Sum of RGB (Red+Green+Blue) = 207+212+154=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD49A is #302B65. Grayscale: #CCCCCC. Windows color (decimal): -3156838 or 10147023. OLE color: 10147023.
HSL color Cylindrical-coordinate representation of color #CFD49A: hue angle of 65.17º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFD49A is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 154 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.17 |
| HSL | 65.17º | 0.4% | 0.72% | - |
| HSV(B) | 65.17º | 0.27% | 0.83% | - |
| XYZ | 55.11 | 62.69 | 39.77 | - |
| YUV | 203.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 154 | 0.02 | 0 | 0.27 | 0.17 | 65.17 | 0.4 | 0.72 |
| Hex | CF | D4 | 9A | 2 | 0 | 1B | 11 | 41 | 28 | 48 |
| Octal | 317 | 324 | 232 | 2 | 0 | 33 | 21 | 101 | 50 | 110 |
| Binary | 11001111 | 11010100 | 10011010 | 10 | 0 | 11011 | 10001 | 1000001 | 101000 | 1001000 |
Color Harmonies of #CFD49A
Complementary color
Monochromatic Colors of #CFD49A
Black with #CFD49A
Text Example
Text Example
White with #CFD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD49A; }
p { color: rgb(207,212,154); }
H1.HeaderClassName
{
color: #CFD49A;
}
.AnyTagClassName
{
color: #CFD49A;
}
</style>
background-color css
<style>
a { background-color: #CFD49A; }
a { background-color: rgb(207,212,154); }
div.DivClassName
{
background-color: #CFD49A;
}
.BgClassName
{
background-color: #CFD49A;
}
</style>
border-color css
<style>
span { border-color: #CFD49A; }
span { border-color: rgb(207,212,154); }
td.TdClassName
{
border-color: #CFD49A;
}
.TagClassName
{
border-color: #CFD49A;
}
</style>