Shades of Mountain Meadow #21C38F
Tints of Mountain Meadow #21C38F
RGB
CMYK
RGB Variations
Color information
#21C38F (or 0x21C38F) is known color: Mountain Meadow. HEX triplet: 21, C3 and 8F. RGB value is (33,195,143). Sum of RGB (Red+Green+Blue) = 33+195+143=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #21C38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C38F is #DE3C70. Grayscale: #8C8C8C. Windows color (decimal): -14564465 or 9421601. OLE color: 9421601.
HSL color Cylindrical-coordinate representation of color #21C38F: hue angle of 160.74º 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 #21C38F is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 143 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.24 |
| HSL | 160.74º | 0.71% | 0.45% | - |
| HSV(B) | 160.74º | 0.83% | 0.76% | - |
| XYZ | 25.1 | 41.34 | 32.64 | - |
| YUV | 140.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 143 | 0.83 | 0 | 0.27 | 0.24 | 160.74 | 0.71 | 0.45 |
| Hex | 21 | C3 | 8F | 53 | 0 | 1B | 18 | A1 | 47 | 2D |
| Octal | 41 | 303 | 217 | 123 | 0 | 33 | 30 | 241 | 107 | 55 |
| Binary | 100001 | 11000011 | 10001111 | 1010011 | 0 | 11011 | 11000 | 10100001 | 1000111 | 101101 |
Color Harmonies of #21C38F
Complementary color
Monochromatic Colors of #21C38F
Black with #21C38F
Text Example
Text Example
White with #21C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C38F; }
p { color: rgb(33,195,143); }
H1.HeaderClassName
{
color: #21C38F;
}
.AnyTagClassName
{
color: #21C38F;
}
</style>
background-color css
<style>
a { background-color: #21C38F; }
a { background-color: rgb(33,195,143); }
div.DivClassName
{
background-color: #21C38F;
}
.BgClassName
{
background-color: #21C38F;
}
</style>
border-color css
<style>
span { border-color: #21C38F; }
span { border-color: rgb(33,195,143); }
td.TdClassName
{
border-color: #21C38F;
}
.TagClassName
{
border-color: #21C38F;
}
</style>