Shades of Green Mist #C3D097
Tints of Green Mist #C3D097
RGB
CMYK
RGB Variations
Color information
#C3D097 (or 0xC3D097) is known color: Green Mist. HEX triplet: C3, D0 and 97. RGB value is (195,208,151). Sum of RGB (Red+Green+Blue) = 195+208+151=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D097 is #3C2F68. Grayscale: #C5C5C5. Windows color (decimal): -3944297 or 9949379. OLE color: 9949379.
HSL color Cylindrical-coordinate representation of color #C3D097: hue angle of 73.68º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3D097 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 151 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.18 |
| HSL | 73.68º | 0.38% | 0.7% | - |
| HSV(B) | 73.68º | 0.27% | 0.82% | - |
| XYZ | 50.65 | 58.95 | 37.99 | - |
| YUV | 197.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 151 | 0.06 | 0 | 0.27 | 0.18 | 73.68 | 0.38 | 0.7 |
| Hex | C3 | D0 | 97 | 6 | 0 | 1B | 12 | 4A | 26 | 46 |
| Octal | 303 | 320 | 227 | 6 | 0 | 33 | 22 | 112 | 46 | 106 |
| Binary | 11000011 | 11010000 | 10010111 | 110 | 0 | 11011 | 10010 | 1001010 | 100110 | 1000110 |
Color Harmonies of #C3D097
Complementary color
Monochromatic Colors of #C3D097
Black with #C3D097
Text Example
Text Example
White with #C3D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D097; }
p { color: rgb(195,208,151); }
H1.HeaderClassName
{
color: #C3D097;
}
.AnyTagClassName
{
color: #C3D097;
}
</style>
background-color css
<style>
a { background-color: #C3D097; }
a { background-color: rgb(195,208,151); }
div.DivClassName
{
background-color: #C3D097;
}
.BgClassName
{
background-color: #C3D097;
}
</style>
border-color css
<style>
span { border-color: #C3D097; }
span { border-color: rgb(195,208,151); }
td.TdClassName
{
border-color: #C3D097;
}
.TagClassName
{
border-color: #C3D097;
}
</style>