Shades of Green Mist #CFD69A
Tints of Green Mist #CFD69A
RGB
CMYK
RGB Variations
Color information
#CFD69A (or 0xCFD69A) is known color: Green Mist. HEX triplet: CF, D6 and 9A. RGB value is (207,214,154). Sum of RGB (Red+Green+Blue) = 207+214+154=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD69A is #302965. Grayscale: #CDCDCD. Windows color (decimal): -3156326 or 10147535. OLE color: 10147535.
HSL color Cylindrical-coordinate representation of color #CFD69A: hue angle of 67º degrees, saturation: 0.42, 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 #CFD69A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 154 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.16 |
| HSL | 67º | 0.42% | 0.72% | - |
| HSV(B) | 67º | 0.28% | 0.84% | - |
| XYZ | 55.61 | 63.69 | 39.93 | - |
| YUV | 205.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 154 | 0.03 | 0 | 0.28 | 0.16 | 67 | 0.42 | 0.72 |
| Hex | CF | D6 | 9A | 3 | 0 | 1C | 10 | 43 | 2A | 48 |
| Octal | 317 | 326 | 232 | 3 | 0 | 34 | 20 | 103 | 52 | 110 |
| Binary | 11001111 | 11010110 | 10011010 | 11 | 0 | 11100 | 10000 | 1000011 | 101010 | 1001000 |
Color Harmonies of #CFD69A
Complementary color
Monochromatic Colors of #CFD69A
Black with #CFD69A
Text Example
Text Example
White with #CFD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD69A; }
p { color: rgb(207,214,154); }
H1.HeaderClassName
{
color: #CFD69A;
}
.AnyTagClassName
{
color: #CFD69A;
}
</style>
background-color css
<style>
a { background-color: #CFD69A; }
a { background-color: rgb(207,214,154); }
div.DivClassName
{
background-color: #CFD69A;
}
.BgClassName
{
background-color: #CFD69A;
}
</style>
border-color css
<style>
span { border-color: #CFD69A; }
span { border-color: rgb(207,214,154); }
td.TdClassName
{
border-color: #CFD69A;
}
.TagClassName
{
border-color: #CFD69A;
}
</style>