Shades of Green Mist #CFD49B
Tints of Green Mist #CFD49B
RGB
CMYK
RGB Variations
Color information
#CFD49B (or 0xCFD49B) is known color: Green Mist. HEX triplet: CF, D4 and 9B. RGB value is (207,212,155). Sum of RGB (Red+Green+Blue) = 207+212+155=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD49B is #302B64. Grayscale: #CCCCCC. Windows color (decimal): -3156837 or 10212559. OLE color: 10212559.
HSL color Cylindrical-coordinate representation of color #CFD49B: hue angle of 65.26º degrees, saturation: 0.4, 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 #CFD49B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 155 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.17 |
| HSL | 65.26º | 0.4% | 0.72% | - |
| HSV(B) | 65.26º | 0.27% | 0.83% | - |
| XYZ | 55.19 | 62.72 | 40.21 | - |
| YUV | 204.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 155 | 0.02 | 0 | 0.27 | 0.17 | 65.26 | 0.4 | 0.72 |
| Hex | CF | D4 | 9B | 2 | 0 | 1B | 11 | 41 | 28 | 48 |
| Octal | 317 | 324 | 233 | 2 | 0 | 33 | 21 | 101 | 50 | 110 |
| Binary | 11001111 | 11010100 | 10011011 | 10 | 0 | 11011 | 10001 | 1000001 | 101000 | 1001000 |
Color Harmonies of #CFD49B
Complementary color
Monochromatic Colors of #CFD49B
Black with #CFD49B
Text Example
Text Example
White with #CFD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD49B; }
p { color: rgb(207,212,155); }
H1.HeaderClassName
{
color: #CFD49B;
}
.AnyTagClassName
{
color: #CFD49B;
}
</style>
background-color css
<style>
a { background-color: #CFD49B; }
a { background-color: rgb(207,212,155); }
div.DivClassName
{
background-color: #CFD49B;
}
.BgClassName
{
background-color: #CFD49B;
}
</style>
border-color css
<style>
span { border-color: #CFD49B; }
span { border-color: rgb(207,212,155); }
td.TdClassName
{
border-color: #CFD49B;
}
.TagClassName
{
border-color: #CFD49B;
}
</style>