Shades of Green Mist #C3D290
Tints of Green Mist #C3D290
RGB
CMYK
RGB Variations
Color information
#C3D290 (or 0xC3D290) is known color: Green Mist. HEX triplet: C3, D2 and 90. RGB value is (195,210,144). Sum of RGB (Red+Green+Blue) = 195+210+144=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D290 is #3C2D6F. Grayscale: #C6C6C6. Windows color (decimal): -3943792 or 9491139. OLE color: 9491139.
HSL color Cylindrical-coordinate representation of color #C3D290: hue angle of 73.64º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3D290 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 144 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.18 |
| HSL | 73.64º | 0.42% | 0.69% | - |
| HSV(B) | 73.64º | 0.31% | 0.82% | - |
| XYZ | 50.59 | 59.71 | 35.24 | - |
| YUV | 197.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 144 | 0.07 | 0 | 0.31 | 0.18 | 73.64 | 0.42 | 0.69 |
| Hex | C3 | D2 | 90 | 7 | 0 | 1F | 12 | 4A | 2A | 45 |
| Octal | 303 | 322 | 220 | 7 | 0 | 37 | 22 | 112 | 52 | 105 |
| Binary | 11000011 | 11010010 | 10010000 | 111 | 0 | 11111 | 10010 | 1001010 | 101010 | 1000101 |
Color Harmonies of #C3D290
Complementary color
Monochromatic Colors of #C3D290
Black with #C3D290
Text Example
Text Example
White with #C3D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D290; }
p { color: rgb(195,210,144); }
H1.HeaderClassName
{
color: #C3D290;
}
.AnyTagClassName
{
color: #C3D290;
}
</style>
background-color css
<style>
a { background-color: #C3D290; }
a { background-color: rgb(195,210,144); }
div.DivClassName
{
background-color: #C3D290;
}
.BgClassName
{
background-color: #C3D290;
}
</style>
border-color css
<style>
span { border-color: #C3D290; }
span { border-color: rgb(195,210,144); }
td.TdClassName
{
border-color: #C3D290;
}
.TagClassName
{
border-color: #C3D290;
}
</style>