Shades of Green Mist #CFD39B
Tints of Green Mist #CFD39B
RGB
CMYK
RGB Variations
Color information
#CFD39B (or 0xCFD39B) is known color: Green Mist. HEX triplet: CF, D3 and 9B. RGB value is (207,211,155). Sum of RGB (Red+Green+Blue) = 207+211+155=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD39B is #302C64. Grayscale: #CBCBCB. Windows color (decimal): -3157093 or 10212303. OLE color: 10212303.
HSL color Cylindrical-coordinate representation of color #CFD39B: hue angle of 64.29º degrees, saturation: 0.39, 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 #CFD39B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 155 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.17 |
| HSL | 64.29º | 0.39% | 0.72% | - |
| HSV(B) | 64.29º | 0.27% | 0.83% | - |
| XYZ | 54.94 | 62.22 | 40.12 | - |
| YUV | 203.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 155 | 0.02 | 0 | 0.27 | 0.17 | 64.29 | 0.39 | 0.72 |
| Hex | CF | D3 | 9B | 2 | 0 | 1B | 11 | 40 | 27 | 48 |
| Octal | 317 | 323 | 233 | 2 | 0 | 33 | 21 | 100 | 47 | 110 |
| Binary | 11001111 | 11010011 | 10011011 | 10 | 0 | 11011 | 10001 | 1000000 | 100111 | 1001000 |
Color Harmonies of #CFD39B
Complementary color
Monochromatic Colors of #CFD39B
Black with #CFD39B
Text Example
Text Example
White with #CFD39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD39B; }
p { color: rgb(207,211,155); }
H1.HeaderClassName
{
color: #CFD39B;
}
.AnyTagClassName
{
color: #CFD39B;
}
</style>
background-color css
<style>
a { background-color: #CFD39B; }
a { background-color: rgb(207,211,155); }
div.DivClassName
{
background-color: #CFD39B;
}
.BgClassName
{
background-color: #CFD39B;
}
</style>
border-color css
<style>
span { border-color: #CFD39B; }
span { border-color: rgb(207,211,155); }
td.TdClassName
{
border-color: #CFD39B;
}
.TagClassName
{
border-color: #CFD39B;
}
</style>