Shades of Mountain Meadow #21D478
Tints of Mountain Meadow #21D478
RGB
CMYK
RGB Variations
Color information
#21D478 (or 0x21D478) is known color: Mountain Meadow. HEX triplet: 21, D4 and 78. RGB value is (33,212,120). Sum of RGB (Red+Green+Blue) = 33+212+120=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #21D478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D478 is #DE2B87. Grayscale: #949494. Windows color (decimal): -14560136 or 7918625. OLE color: 7918625.
HSL color Cylindrical-coordinate representation of color #21D478: hue angle of 149.16º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D478 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 120 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.17 |
| HSL | 149.16º | 0.73% | 0.48% | - |
| HSV(B) | 149.16º | 0.84% | 0.83% | - |
| XYZ | 27.56 | 48.77 | 25.73 | - |
| YUV | 147.99 | 112.2 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 120 | 0.84 | 0 | 0.43 | 0.17 | 149.16 | 0.73 | 0.48 |
| Hex | 21 | D4 | 78 | 54 | 0 | 2B | 11 | 95 | 49 | 30 |
| Octal | 41 | 324 | 170 | 124 | 0 | 53 | 21 | 225 | 111 | 60 |
| Binary | 100001 | 11010100 | 1111000 | 1010100 | 0 | 101011 | 10001 | 10010101 | 1001001 | 110000 |
Color Harmonies of #21D478
Complementary color
Monochromatic Colors of #21D478
Black with #21D478
Text Example
Text Example
White with #21D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D478; }
p { color: rgb(33,212,120); }
H1.HeaderClassName
{
color: #21D478;
}
.AnyTagClassName
{
color: #21D478;
}
</style>
background-color css
<style>
a { background-color: #21D478; }
a { background-color: rgb(33,212,120); }
div.DivClassName
{
background-color: #21D478;
}
.BgClassName
{
background-color: #21D478;
}
</style>
border-color css
<style>
span { border-color: #21D478; }
span { border-color: rgb(33,212,120); }
td.TdClassName
{
border-color: #21D478;
}
.TagClassName
{
border-color: #21D478;
}
</style>