Shades of Mountain Meadow #21BE98
Tints of Mountain Meadow #21BE98
RGB
CMYK
RGB Variations
Color information
#21BE98 (or 0x21BE98) is known color: Mountain Meadow. HEX triplet: 21, BE and 98. RGB value is (33,190,152). Sum of RGB (Red+Green+Blue) = 33+190+152=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BE98 is #DE4167. Grayscale: #8A8A8A. Windows color (decimal): -14565736 or 10010145. OLE color: 10010145.
HSL color Cylindrical-coordinate representation of color #21BE98: hue angle of 165.48º degrees, saturation: 0.7, 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 #21BE98 is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 152 | - |
| CMYK | 0.83 | 0 | 0.2 | 0.25 |
| HSL | 165.48º | 0.7% | 0.44% | - |
| HSV(B) | 165.48º | 0.83% | 0.75% | - |
| XYZ | 24.71 | 39.42 | 36.01 | - |
| YUV | 138.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 152 | 0.83 | 0 | 0.2 | 0.25 | 165.48 | 0.7 | 0.44 |
| Hex | 21 | BE | 98 | 53 | 0 | 14 | 19 | A5 | 46 | 2C |
| Octal | 41 | 276 | 230 | 123 | 0 | 24 | 31 | 245 | 106 | 54 |
| Binary | 100001 | 10111110 | 10011000 | 1010011 | 0 | 10100 | 11001 | 10100101 | 1000110 | 101100 |
Color Harmonies of #21BE98
Complementary color
Monochromatic Colors of #21BE98
Black with #21BE98
Text Example
Text Example
White with #21BE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE98; }
p { color: rgb(33,190,152); }
H1.HeaderClassName
{
color: #21BE98;
}
.AnyTagClassName
{
color: #21BE98;
}
</style>
background-color css
<style>
a { background-color: #21BE98; }
a { background-color: rgb(33,190,152); }
div.DivClassName
{
background-color: #21BE98;
}
.BgClassName
{
background-color: #21BE98;
}
</style>
border-color css
<style>
span { border-color: #21BE98; }
span { border-color: rgb(33,190,152); }
td.TdClassName
{
border-color: #21BE98;
}
.TagClassName
{
border-color: #21BE98;
}
</style>