Shades of Green Mist #CBD39F
Tints of Green Mist #CBD39F
RGB
CMYK
RGB Variations
Color information
#CBD39F (or 0xCBD39F) is known color: Green Mist. HEX triplet: CB, D3 and 9F. RGB value is (203,211,159). Sum of RGB (Red+Green+Blue) = 203+211+159=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD39F is #342C60. Grayscale: #CACACA. Windows color (decimal): -3419233 or 10474443. OLE color: 10474443.
HSL color Cylindrical-coordinate representation of color #CBD39F: hue angle of 69.23º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBD39F is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 159 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.17 |
| HSL | 69.23º | 0.37% | 0.73% | - |
| HSV(B) | 69.23º | 0.25% | 0.83% | - |
| XYZ | 54.18 | 61.79 | 41.87 | - |
| YUV | 202.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 159 | 0.04 | 0 | 0.25 | 0.17 | 69.23 | 0.37 | 0.73 |
| Hex | CB | D3 | 9F | 4 | 0 | 19 | 11 | 45 | 25 | 49 |
| Octal | 313 | 323 | 237 | 4 | 0 | 31 | 21 | 105 | 45 | 111 |
| Binary | 11001011 | 11010011 | 10011111 | 100 | 0 | 11001 | 10001 | 1000101 | 100101 | 1001001 |
Color Harmonies of #CBD39F
Complementary color
Monochromatic Colors of #CBD39F
Black with #CBD39F
Text Example
Text Example
White with #CBD39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD39F; }
p { color: rgb(203,211,159); }
H1.HeaderClassName
{
color: #CBD39F;
}
.AnyTagClassName
{
color: #CBD39F;
}
</style>
background-color css
<style>
a { background-color: #CBD39F; }
a { background-color: rgb(203,211,159); }
div.DivClassName
{
background-color: #CBD39F;
}
.BgClassName
{
background-color: #CBD39F;
}
</style>
border-color css
<style>
span { border-color: #CBD39F; }
span { border-color: rgb(203,211,159); }
td.TdClassName
{
border-color: #CBD39F;
}
.TagClassName
{
border-color: #CBD39F;
}
</style>