Shades of Green Mist #C8CF9D
Tints of Green Mist #C8CF9D
RGB
CMYK
RGB Variations
Color information
#C8CF9D (or 0xC8CF9D) is known color: Green Mist. HEX triplet: C8, CF and 9D. RGB value is (200,207,157). Sum of RGB (Red+Green+Blue) = 200+207+157=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CF9D is #373062. Grayscale: #C7C7C7. Windows color (decimal): -3616867 or 10342344. OLE color: 10342344.
HSL color Cylindrical-coordinate representation of color #C8CF9D: hue angle of 68.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8CF9D is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 157 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.19 |
| HSL | 68.4º | 0.34% | 0.71% | - |
| HSV(B) | 68.4º | 0.24% | 0.81% | - |
| XYZ | 52.22 | 59.34 | 40.6 | - |
| YUV | 199.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 157 | 0.03 | 0 | 0.24 | 0.19 | 68.4 | 0.34 | 0.71 |
| Hex | C8 | CF | 9D | 3 | 0 | 18 | 13 | 44 | 22 | 47 |
| Octal | 310 | 317 | 235 | 3 | 0 | 30 | 23 | 104 | 42 | 107 |
| Binary | 11001000 | 11001111 | 10011101 | 11 | 0 | 11000 | 10011 | 1000100 | 100010 | 1000111 |
Color Harmonies of #C8CF9D
Complementary color
Monochromatic Colors of #C8CF9D
Black with #C8CF9D
Text Example
Text Example
White with #C8CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF9D; }
p { color: rgb(200,207,157); }
H1.HeaderClassName
{
color: #C8CF9D;
}
.AnyTagClassName
{
color: #C8CF9D;
}
</style>
background-color css
<style>
a { background-color: #C8CF9D; }
a { background-color: rgb(200,207,157); }
div.DivClassName
{
background-color: #C8CF9D;
}
.BgClassName
{
background-color: #C8CF9D;
}
</style>
border-color css
<style>
span { border-color: #C8CF9D; }
span { border-color: rgb(200,207,157); }
td.TdClassName
{
border-color: #C8CF9D;
}
.TagClassName
{
border-color: #C8CF9D;
}
</style>