Shades of Green Mist #CFD59A
Tints of Green Mist #CFD59A
RGB
CMYK
RGB Variations
Color information
#CFD59A (or 0xCFD59A) is known color: Green Mist. HEX triplet: CF, D5 and 9A. RGB value is (207,213,154). Sum of RGB (Red+Green+Blue) = 207+213+154=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD59A is #302A65. Grayscale: #CCCCCC. Windows color (decimal): -3156582 or 10147279. OLE color: 10147279.
HSL color Cylindrical-coordinate representation of color #CFD59A: hue angle of 66.1º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFD59A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 154 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.16 |
| HSL | 66.1º | 0.41% | 0.72% | - |
| HSV(B) | 66.1º | 0.28% | 0.84% | - |
| XYZ | 55.36 | 63.19 | 39.85 | - |
| YUV | 204.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 154 | 0.03 | 0 | 0.28 | 0.16 | 66.1 | 0.41 | 0.72 |
| Hex | CF | D5 | 9A | 3 | 0 | 1C | 10 | 42 | 29 | 48 |
| Octal | 317 | 325 | 232 | 3 | 0 | 34 | 20 | 102 | 51 | 110 |
| Binary | 11001111 | 11010101 | 10011010 | 11 | 0 | 11100 | 10000 | 1000010 | 101001 | 1001000 |
Color Harmonies of #CFD59A
Complementary color
Monochromatic Colors of #CFD59A
Black with #CFD59A
Text Example
Text Example
White with #CFD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD59A; }
p { color: rgb(207,213,154); }
H1.HeaderClassName
{
color: #CFD59A;
}
.AnyTagClassName
{
color: #CFD59A;
}
</style>
background-color css
<style>
a { background-color: #CFD59A; }
a { background-color: rgb(207,213,154); }
div.DivClassName
{
background-color: #CFD59A;
}
.BgClassName
{
background-color: #CFD59A;
}
</style>
border-color css
<style>
span { border-color: #CFD59A; }
span { border-color: rgb(207,213,154); }
td.TdClassName
{
border-color: #CFD59A;
}
.TagClassName
{
border-color: #CFD59A;
}
</style>