Shades of Green Mist #C8CF9C
Tints of Green Mist #C8CF9C
RGB
CMYK
RGB Variations
Color information
#C8CF9C (or 0xC8CF9C) is known color: Green Mist. HEX triplet: C8, CF and 9C. RGB value is (200,207,156). Sum of RGB (Red+Green+Blue) = 200+207+156=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CF9C is #373063. Grayscale: #C7C7C7. Windows color (decimal): -3616868 or 10276808. OLE color: 10276808.
HSL color Cylindrical-coordinate representation of color #C8CF9C: hue angle of 68.24º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8CF9C is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 156 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.19 |
| HSL | 68.24º | 0.35% | 0.71% | - |
| HSV(B) | 68.24º | 0.25% | 0.81% | - |
| XYZ | 52.13 | 59.31 | 40.15 | - |
| YUV | 199.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 156 | 0.03 | 0 | 0.25 | 0.19 | 68.24 | 0.35 | 0.71 |
| Hex | C8 | CF | 9C | 3 | 0 | 19 | 13 | 44 | 23 | 47 |
| Octal | 310 | 317 | 234 | 3 | 0 | 31 | 23 | 104 | 43 | 107 |
| Binary | 11001000 | 11001111 | 10011100 | 11 | 0 | 11001 | 10011 | 1000100 | 100011 | 1000111 |
Color Harmonies of #C8CF9C
Complementary color
Monochromatic Colors of #C8CF9C
Black with #C8CF9C
Text Example
Text Example
White with #C8CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF9C; }
p { color: rgb(200,207,156); }
H1.HeaderClassName
{
color: #C8CF9C;
}
.AnyTagClassName
{
color: #C8CF9C;
}
</style>
background-color css
<style>
a { background-color: #C8CF9C; }
a { background-color: rgb(200,207,156); }
div.DivClassName
{
background-color: #C8CF9C;
}
.BgClassName
{
background-color: #C8CF9C;
}
</style>
border-color css
<style>
span { border-color: #C8CF9C; }
span { border-color: rgb(200,207,156); }
td.TdClassName
{
border-color: #C8CF9C;
}
.TagClassName
{
border-color: #C8CF9C;
}
</style>