Shades of Mountain Meadow #21CF7E
Tints of Mountain Meadow #21CF7E
RGB
CMYK
RGB Variations
Color information
#21CF7E (or 0x21CF7E) is known color: Mountain Meadow. HEX triplet: 21, CF and 7E. RGB value is (33,207,126). Sum of RGB (Red+Green+Blue) = 33+207+126=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF7E is #DE3081. Grayscale: #919191. Windows color (decimal): -14561410 or 8310561. OLE color: 8310561.
HSL color Cylindrical-coordinate representation of color #21CF7E: hue angle of 152.07º 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 #21CF7E is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 126 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.19 |
| HSL | 152.07º | 0.73% | 0.47% | - |
| HSV(B) | 152.07º | 0.84% | 0.81% | - |
| XYZ | 26.71 | 46.46 | 27.3 | - |
| YUV | 145.74 | 116.85 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 126 | 0.84 | 0 | 0.39 | 0.19 | 152.07 | 0.73 | 0.47 |
| Hex | 21 | CF | 7E | 54 | 0 | 27 | 13 | 98 | 48 | 2F |
| Octal | 41 | 317 | 176 | 124 | 0 | 47 | 23 | 230 | 110 | 57 |
| Binary | 100001 | 11001111 | 1111110 | 1010100 | 0 | 100111 | 10011 | 10011000 | 1001000 | 101111 |
Color Harmonies of #21CF7E
Complementary color
Monochromatic Colors of #21CF7E
Black with #21CF7E
Text Example
Text Example
White with #21CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CF7E; }
p { color: rgb(33,207,126); }
H1.HeaderClassName
{
color: #21CF7E;
}
.AnyTagClassName
{
color: #21CF7E;
}
</style>
background-color css
<style>
a { background-color: #21CF7E; }
a { background-color: rgb(33,207,126); }
div.DivClassName
{
background-color: #21CF7E;
}
.BgClassName
{
background-color: #21CF7E;
}
</style>
border-color css
<style>
span { border-color: #21CF7E; }
span { border-color: rgb(33,207,126); }
td.TdClassName
{
border-color: #21CF7E;
}
.TagClassName
{
border-color: #21CF7E;
}
</style>