Shades of Green Mist #CFD19A
Tints of Green Mist #CFD19A
RGB
CMYK
RGB Variations
Color information
#CFD19A (or 0xCFD19A) is known color: Green Mist. HEX triplet: CF, D1 and 9A. RGB value is (207,209,154). Sum of RGB (Red+Green+Blue) = 207+209+154=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD19A is #302E65. Grayscale: #CACACA. Windows color (decimal): -3157606 or 10146255. OLE color: 10146255.
HSL color Cylindrical-coordinate representation of color #CFD19A: hue angle of 62.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFD19A is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 154 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.18 |
| HSL | 62.18º | 0.37% | 0.71% | - |
| HSV(B) | 62.18º | 0.26% | 0.82% | - |
| XYZ | 54.37 | 61.2 | 39.52 | - |
| YUV | 202.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 154 | 0.01 | 0 | 0.26 | 0.18 | 62.18 | 0.37 | 0.71 |
| Hex | CF | D1 | 9A | 1 | 0 | 1A | 12 | 3E | 25 | 47 |
| Octal | 317 | 321 | 232 | 1 | 0 | 32 | 22 | 76 | 45 | 107 |
| Binary | 11001111 | 11010001 | 10011010 | 1 | 0 | 11010 | 10010 | 111110 | 100101 | 1000111 |
Color Harmonies of #CFD19A
Complementary color
Monochromatic Colors of #CFD19A
Black with #CFD19A
Text Example
Text Example
White with #CFD19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD19A; }
p { color: rgb(207,209,154); }
H1.HeaderClassName
{
color: #CFD19A;
}
.AnyTagClassName
{
color: #CFD19A;
}
</style>
background-color css
<style>
a { background-color: #CFD19A; }
a { background-color: rgb(207,209,154); }
div.DivClassName
{
background-color: #CFD19A;
}
.BgClassName
{
background-color: #CFD19A;
}
</style>
border-color css
<style>
span { border-color: #CFD19A; }
span { border-color: rgb(207,209,154); }
td.TdClassName
{
border-color: #CFD19A;
}
.TagClassName
{
border-color: #CFD19A;
}
</style>