Shades of Mountain Meadow #21CF78
Tints of Mountain Meadow #21CF78
RGB
CMYK
RGB Variations
Color information
#21CF78 (or 0x21CF78) is known color: Mountain Meadow. HEX triplet: 21, CF and 78. RGB value is (33,207,120). Sum of RGB (Red+Green+Blue) = 33+207+120=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF78 is #DE3087. Grayscale: #919191. Windows color (decimal): -14561416 or 7917345. OLE color: 7917345.
HSL color Cylindrical-coordinate representation of color #21CF78: hue angle of 150º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF78 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 120 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.19 |
| HSL | 150º | 0.73% | 0.47% | - |
| HSV(B) | 150º | 0.84% | 0.81% | - |
| XYZ | 26.33 | 46.31 | 25.32 | - |
| YUV | 145.06 | 113.85 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 120 | 0.84 | 0 | 0.42 | 0.19 | 150 | 0.73 | 0.47 |
| Hex | 21 | CF | 78 | 54 | 0 | 2A | 13 | 96 | 48 | 2F |
| Octal | 41 | 317 | 170 | 124 | 0 | 52 | 23 | 226 | 110 | 57 |
| Binary | 100001 | 11001111 | 1111000 | 1010100 | 0 | 101010 | 10011 | 10010110 | 1001000 | 101111 |
Color Harmonies of #21CF78
Complementary color
Monochromatic Colors of #21CF78
Black with #21CF78
Text Example
Text Example
White with #21CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF78; }
p { color: rgb(33,207,120); }
H1.HeaderClassName
{
color: #21CF78;
}
.AnyTagClassName
{
color: #21CF78;
}
</style>
background-color css
<style>
a { background-color: #21CF78; }
a { background-color: rgb(33,207,120); }
div.DivClassName
{
background-color: #21CF78;
}
.BgClassName
{
background-color: #21CF78;
}
</style>
border-color css
<style>
span { border-color: #21CF78; }
span { border-color: rgb(33,207,120); }
td.TdClassName
{
border-color: #21CF78;
}
.TagClassName
{
border-color: #21CF78;
}
</style>