Shades of Green Mist #CBD39D
Tints of Green Mist #CBD39D
RGB
CMYK
RGB Variations
Color information
#CBD39D (or 0xCBD39D) is known color: Green Mist. HEX triplet: CB, D3 and 9D. RGB value is (203,211,157). Sum of RGB (Red+Green+Blue) = 203+211+157=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD39D is #342C62. Grayscale: #CACACA. Windows color (decimal): -3419235 or 10343371. OLE color: 10343371.
HSL color Cylindrical-coordinate representation of color #CBD39D: hue angle of 68.89º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBD39D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 157 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.17 |
| HSL | 68.89º | 0.38% | 0.72% | - |
| HSV(B) | 68.89º | 0.26% | 0.83% | - |
| XYZ | 54.01 | 61.72 | 40.96 | - |
| YUV | 202.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 157 | 0.04 | 0 | 0.26 | 0.17 | 68.89 | 0.38 | 0.72 |
| Hex | CB | D3 | 9D | 4 | 0 | 1A | 11 | 45 | 26 | 48 |
| Octal | 313 | 323 | 235 | 4 | 0 | 32 | 21 | 105 | 46 | 110 |
| Binary | 11001011 | 11010011 | 10011101 | 100 | 0 | 11010 | 10001 | 1000101 | 100110 | 1001000 |
Color Harmonies of #CBD39D
Complementary color
Monochromatic Colors of #CBD39D
Black with #CBD39D
Text Example
Text Example
White with #CBD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD39D; }
p { color: rgb(203,211,157); }
H1.HeaderClassName
{
color: #CBD39D;
}
.AnyTagClassName
{
color: #CBD39D;
}
</style>
background-color css
<style>
a { background-color: #CBD39D; }
a { background-color: rgb(203,211,157); }
div.DivClassName
{
background-color: #CBD39D;
}
.BgClassName
{
background-color: #CBD39D;
}
</style>
border-color css
<style>
span { border-color: #CBD39D; }
span { border-color: rgb(203,211,157); }
td.TdClassName
{
border-color: #CBD39D;
}
.TagClassName
{
border-color: #CBD39D;
}
</style>