Shades of Green Mist #C2CE8E
Tints of Green Mist #C2CE8E
RGB
CMYK
RGB Variations
Color information
#C2CE8E (or 0xC2CE8E) is known color: Green Mist. HEX triplet: C2, CE and 8E. RGB value is (194,206,142). Sum of RGB (Red+Green+Blue) = 194+206+142=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE8E is #3D3171. Grayscale: #C3C3C3. Windows color (decimal): -4010354 or 9359042. OLE color: 9359042.
HSL color Cylindrical-coordinate representation of color #C2CE8E: hue angle of 71.25º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2CE8E is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 142 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.19 |
| HSL | 71.25º | 0.4% | 0.68% | - |
| HSV(B) | 71.25º | 0.31% | 0.81% | - |
| XYZ | 49.2 | 57.56 | 34.11 | - |
| YUV | 195.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 142 | 0.06 | 0 | 0.31 | 0.19 | 71.25 | 0.4 | 0.68 |
| Hex | C2 | CE | 8E | 6 | 0 | 1F | 13 | 47 | 28 | 44 |
| Octal | 302 | 316 | 216 | 6 | 0 | 37 | 23 | 107 | 50 | 104 |
| Binary | 11000010 | 11001110 | 10001110 | 110 | 0 | 11111 | 10011 | 1000111 | 101000 | 1000100 |
Color Harmonies of #C2CE8E
Complementary color
Monochromatic Colors of #C2CE8E
Black with #C2CE8E
Text Example
Text Example
White with #C2CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE8E; }
p { color: rgb(194,206,142); }
H1.HeaderClassName
{
color: #C2CE8E;
}
.AnyTagClassName
{
color: #C2CE8E;
}
</style>
background-color css
<style>
a { background-color: #C2CE8E; }
a { background-color: rgb(194,206,142); }
div.DivClassName
{
background-color: #C2CE8E;
}
.BgClassName
{
background-color: #C2CE8E;
}
</style>
border-color css
<style>
span { border-color: #C2CE8E; }
span { border-color: rgb(194,206,142); }
td.TdClassName
{
border-color: #C2CE8E;
}
.TagClassName
{
border-color: #C2CE8E;
}
</style>