Shades of Mountain Meadow #21CF7F
Tints of Mountain Meadow #21CF7F
RGB
CMYK
RGB Variations
Color information
#21CF7F (or 0x21CF7F) is known color: Mountain Meadow. HEX triplet: 21, CF and 7F. RGB value is (33,207,127). Sum of RGB (Red+Green+Blue) = 33+207+127=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF7F is #DE3080. Grayscale: #929292. Windows color (decimal): -14561409 or 8376097. OLE color: 8376097.
HSL color Cylindrical-coordinate representation of color #21CF7F: hue angle of 152.41º 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 #21CF7F is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 127 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.19 |
| HSL | 152.41º | 0.73% | 0.47% | - |
| HSV(B) | 152.41º | 0.84% | 0.81% | - |
| XYZ | 26.77 | 46.48 | 27.64 | - |
| YUV | 145.85 | 117.35 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 127 | 0.84 | 0 | 0.39 | 0.19 | 152.41 | 0.73 | 0.47 |
| Hex | 21 | CF | 7F | 54 | 0 | 27 | 13 | 98 | 48 | 2F |
| Octal | 41 | 317 | 177 | 124 | 0 | 47 | 23 | 230 | 110 | 57 |
| Binary | 100001 | 11001111 | 1111111 | 1010100 | 0 | 100111 | 10011 | 10011000 | 1001000 | 101111 |
Color Harmonies of #21CF7F
Complementary color
Monochromatic Colors of #21CF7F
Black with #21CF7F
Text Example
Text Example
White with #21CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF7F; }
p { color: rgb(33,207,127); }
H1.HeaderClassName
{
color: #21CF7F;
}
.AnyTagClassName
{
color: #21CF7F;
}
</style>
background-color css
<style>
a { background-color: #21CF7F; }
a { background-color: rgb(33,207,127); }
div.DivClassName
{
background-color: #21CF7F;
}
.BgClassName
{
background-color: #21CF7F;
}
</style>
border-color css
<style>
span { border-color: #21CF7F; }
span { border-color: rgb(33,207,127); }
td.TdClassName
{
border-color: #21CF7F;
}
.TagClassName
{
border-color: #21CF7F;
}
</style>