Shades of Green Mist #C5CE94
Tints of Green Mist #C5CE94
RGB
CMYK
RGB Variations
Color information
#C5CE94 (or 0xC5CE94) is known color: Green Mist. HEX triplet: C5, CE and 94. RGB value is (197,206,148). Sum of RGB (Red+Green+Blue) = 197+206+148=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CE94 is #3A316B. Grayscale: #C4C4C4. Windows color (decimal): -3813740 or 9752261. OLE color: 9752261.
HSL color Cylindrical-coordinate representation of color #C5CE94: hue angle of 69.31º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5CE94 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 148 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.19 |
| HSL | 69.31º | 0.37% | 0.69% | - |
| HSV(B) | 69.31º | 0.28% | 0.81% | - |
| XYZ | 50.44 | 58.15 | 36.58 | - |
| YUV | 196.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 148 | 0.04 | 0 | 0.28 | 0.19 | 69.31 | 0.37 | 0.69 |
| Hex | C5 | CE | 94 | 4 | 0 | 1C | 13 | 45 | 25 | 45 |
| Octal | 305 | 316 | 224 | 4 | 0 | 34 | 23 | 105 | 45 | 105 |
| Binary | 11000101 | 11001110 | 10010100 | 100 | 0 | 11100 | 10011 | 1000101 | 100101 | 1000101 |
Color Harmonies of #C5CE94
Complementary color
Monochromatic Colors of #C5CE94
Black with #C5CE94
Text Example
Text Example
White with #C5CE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE94; }
p { color: rgb(197,206,148); }
H1.HeaderClassName
{
color: #C5CE94;
}
.AnyTagClassName
{
color: #C5CE94;
}
</style>
background-color css
<style>
a { background-color: #C5CE94; }
a { background-color: rgb(197,206,148); }
div.DivClassName
{
background-color: #C5CE94;
}
.BgClassName
{
background-color: #C5CE94;
}
</style>
border-color css
<style>
span { border-color: #C5CE94; }
span { border-color: rgb(197,206,148); }
td.TdClassName
{
border-color: #C5CE94;
}
.TagClassName
{
border-color: #C5CE94;
}
</style>