Shades of Mountain Meadow #21CF7A
Tints of Mountain Meadow #21CF7A
RGB
CMYK
RGB Variations
Color information
#21CF7A (or 0x21CF7A) is known color: Mountain Meadow. HEX triplet: 21, CF and 7A. RGB value is (33,207,122). Sum of RGB (Red+Green+Blue) = 33+207+122=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF7A is #DE3085. Grayscale: #919191. Windows color (decimal): -14561414 or 8048417. OLE color: 8048417.
HSL color Cylindrical-coordinate representation of color #21CF7A: hue angle of 150.69º 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 #21CF7A is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 122 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.19 |
| HSL | 150.69º | 0.73% | 0.47% | - |
| HSV(B) | 150.69º | 0.84% | 0.81% | - |
| XYZ | 26.45 | 46.35 | 25.97 | - |
| YUV | 145.28 | 114.85 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 122 | 0.84 | 0 | 0.41 | 0.19 | 150.69 | 0.73 | 0.47 |
| Hex | 21 | CF | 7A | 54 | 0 | 29 | 13 | 97 | 48 | 2F |
| Octal | 41 | 317 | 172 | 124 | 0 | 51 | 23 | 227 | 110 | 57 |
| Binary | 100001 | 11001111 | 1111010 | 1010100 | 0 | 101001 | 10011 | 10010111 | 1001000 | 101111 |
Color Harmonies of #21CF7A
Complementary color
Monochromatic Colors of #21CF7A
Black with #21CF7A
Text Example
Text Example
White with #21CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF7A; }
p { color: rgb(33,207,122); }
H1.HeaderClassName
{
color: #21CF7A;
}
.AnyTagClassName
{
color: #21CF7A;
}
</style>
background-color css
<style>
a { background-color: #21CF7A; }
a { background-color: rgb(33,207,122); }
div.DivClassName
{
background-color: #21CF7A;
}
.BgClassName
{
background-color: #21CF7A;
}
</style>
border-color css
<style>
span { border-color: #21CF7A; }
span { border-color: rgb(33,207,122); }
td.TdClassName
{
border-color: #21CF7A;
}
.TagClassName
{
border-color: #21CF7A;
}
</style>