Shades of Mountain Meadow #21C390
Tints of Mountain Meadow #21C390
RGB
CMYK
RGB Variations
Color information
#21C390 (or 0x21C390) is known color: Mountain Meadow. HEX triplet: 21, C3 and 90. RGB value is (33,195,144). Sum of RGB (Red+Green+Blue) = 33+195+144=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #21C390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C390 is #DE3C6F. Grayscale: #8C8C8C. Windows color (decimal): -14564464 or 9487137. OLE color: 9487137.
HSL color Cylindrical-coordinate representation of color #21C390: hue angle of 161.11º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C390 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 144 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.24 |
| HSL | 161.11º | 0.71% | 0.45% | - |
| HSV(B) | 161.11º | 0.83% | 0.76% | - |
| XYZ | 25.18 | 41.37 | 33.04 | - |
| YUV | 140.75 | 129.83 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 144 | 0.83 | 0 | 0.26 | 0.24 | 161.11 | 0.71 | 0.45 |
| Hex | 21 | C3 | 90 | 53 | 0 | 1A | 18 | A1 | 47 | 2D |
| Octal | 41 | 303 | 220 | 123 | 0 | 32 | 30 | 241 | 107 | 55 |
| Binary | 100001 | 11000011 | 10010000 | 1010011 | 0 | 11010 | 11000 | 10100001 | 1000111 | 101101 |
Color Harmonies of #21C390
Complementary color
Monochromatic Colors of #21C390
Black with #21C390
Text Example
Text Example
White with #21C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C390; }
p { color: rgb(33,195,144); }
H1.HeaderClassName
{
color: #21C390;
}
.AnyTagClassName
{
color: #21C390;
}
</style>
background-color css
<style>
a { background-color: #21C390; }
a { background-color: rgb(33,195,144); }
div.DivClassName
{
background-color: #21C390;
}
.BgClassName
{
background-color: #21C390;
}
</style>
border-color css
<style>
span { border-color: #21C390; }
span { border-color: rgb(33,195,144); }
td.TdClassName
{
border-color: #21C390;
}
.TagClassName
{
border-color: #21C390;
}
</style>