Shades of Green Mist #C3CF8F
Tints of Green Mist #C3CF8F
RGB
CMYK
RGB Variations
Color information
#C3CF8F (or 0xC3CF8F) is known color: Green Mist. HEX triplet: C3, CF and 8F. RGB value is (195,207,143). Sum of RGB (Red+Green+Blue) = 195+207+143=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CF8F is #3C3070. Grayscale: #C4C4C4. Windows color (decimal): -3944561 or 9424835. OLE color: 9424835.
HSL color Cylindrical-coordinate representation of color #C3CF8F: hue angle of 71.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3CF8F is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 143 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.19 |
| HSL | 71.25º | 0.4% | 0.69% | - |
| HSV(B) | 71.25º | 0.31% | 0.81% | - |
| XYZ | 49.78 | 58.21 | 34.6 | - |
| YUV | 196.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 143 | 0.06 | 0 | 0.31 | 0.19 | 71.25 | 0.4 | 0.69 |
| Hex | C3 | CF | 8F | 6 | 0 | 1F | 13 | 47 | 28 | 45 |
| Octal | 303 | 317 | 217 | 6 | 0 | 37 | 23 | 107 | 50 | 105 |
| Binary | 11000011 | 11001111 | 10001111 | 110 | 0 | 11111 | 10011 | 1000111 | 101000 | 1000101 |
Color Harmonies of #C3CF8F
Complementary color
Monochromatic Colors of #C3CF8F
Black with #C3CF8F
Text Example
Text Example
White with #C3CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF8F; }
p { color: rgb(195,207,143); }
H1.HeaderClassName
{
color: #C3CF8F;
}
.AnyTagClassName
{
color: #C3CF8F;
}
</style>
background-color css
<style>
a { background-color: #C3CF8F; }
a { background-color: rgb(195,207,143); }
div.DivClassName
{
background-color: #C3CF8F;
}
.BgClassName
{
background-color: #C3CF8F;
}
</style>
border-color css
<style>
span { border-color: #C3CF8F; }
span { border-color: rgb(195,207,143); }
td.TdClassName
{
border-color: #C3CF8F;
}
.TagClassName
{
border-color: #C3CF8F;
}
</style>