Shades of Mountain Meadow #21BF7E
Tints of Mountain Meadow #21BF7E
RGB
CMYK
RGB Variations
Color information
#21BF7E (or 0x21BF7E) is known color: Mountain Meadow. HEX triplet: 21, BF and 7E. RGB value is (33,191,126). Sum of RGB (Red+Green+Blue) = 33+191+126=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BF7E is #DE4081. Grayscale: #888888. Windows color (decimal): -14565506 or 8306465. OLE color: 8306465.
HSL color Cylindrical-coordinate representation of color #21BF7E: hue angle of 155.32º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BF7E is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 126 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.25 |
| HSL | 155.32º | 0.71% | 0.44% | - |
| HSV(B) | 155.32º | 0.83% | 0.75% | - |
| XYZ | 23.02 | 39.09 | 26.07 | - |
| YUV | 136.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 126 | 0.83 | 0 | 0.34 | 0.25 | 155.32 | 0.71 | 0.44 |
| Hex | 21 | BF | 7E | 53 | 0 | 22 | 19 | 9B | 47 | 2C |
| Octal | 41 | 277 | 176 | 123 | 0 | 42 | 31 | 233 | 107 | 54 |
| Binary | 100001 | 10111111 | 1111110 | 1010011 | 0 | 100010 | 11001 | 10011011 | 1000111 | 101100 |
Color Harmonies of #21BF7E
Complementary color
Monochromatic Colors of #21BF7E
Black with #21BF7E
Text Example
Text Example
White with #21BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF7E; }
p { color: rgb(33,191,126); }
H1.HeaderClassName
{
color: #21BF7E;
}
.AnyTagClassName
{
color: #21BF7E;
}
</style>
background-color css
<style>
a { background-color: #21BF7E; }
a { background-color: rgb(33,191,126); }
div.DivClassName
{
background-color: #21BF7E;
}
.BgClassName
{
background-color: #21BF7E;
}
</style>
border-color css
<style>
span { border-color: #21BF7E; }
span { border-color: rgb(33,191,126); }
td.TdClassName
{
border-color: #21BF7E;
}
.TagClassName
{
border-color: #21BF7E;
}
</style>