Shades of Green Mist #C1D08E
Tints of Green Mist #C1D08E
RGB
CMYK
RGB Variations
Color information
#C1D08E (or 0xC1D08E) is known color: Green Mist. HEX triplet: C1, D0 and 8E. RGB value is (193,208,142). Sum of RGB (Red+Green+Blue) = 193+208+142=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D08E is #3E2F71. Grayscale: #C4C4C4. Windows color (decimal): -4075378 or 9359553. OLE color: 9359553.
HSL color Cylindrical-coordinate representation of color #C1D08E: hue angle of 73.64º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1D08E is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 142 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.18 |
| HSL | 73.64º | 0.41% | 0.69% | - |
| HSV(B) | 73.64º | 0.32% | 0.82% | - |
| XYZ | 49.43 | 58.4 | 34.26 | - |
| YUV | 195.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 142 | 0.07 | 0 | 0.32 | 0.18 | 73.64 | 0.41 | 0.69 |
| Hex | C1 | D0 | 8E | 7 | 0 | 20 | 12 | 4A | 29 | 45 |
| Octal | 301 | 320 | 216 | 7 | 0 | 40 | 22 | 112 | 51 | 105 |
| Binary | 11000001 | 11010000 | 10001110 | 111 | 0 | 100000 | 10010 | 1001010 | 101001 | 1000101 |
Color Harmonies of #C1D08E
Complementary color
Monochromatic Colors of #C1D08E
Black with #C1D08E
Text Example
Text Example
White with #C1D08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D08E; }
p { color: rgb(193,208,142); }
H1.HeaderClassName
{
color: #C1D08E;
}
.AnyTagClassName
{
color: #C1D08E;
}
</style>
background-color css
<style>
a { background-color: #C1D08E; }
a { background-color: rgb(193,208,142); }
div.DivClassName
{
background-color: #C1D08E;
}
.BgClassName
{
background-color: #C1D08E;
}
</style>
border-color css
<style>
span { border-color: #C1D08E; }
span { border-color: rgb(193,208,142); }
td.TdClassName
{
border-color: #C1D08E;
}
.TagClassName
{
border-color: #C1D08E;
}
</style>