Shades of Mountain Meadow #20BE98
Tints of Mountain Meadow #20BE98
RGB
CMYK
RGB Variations
Color information
#20BE98 (or 0x20BE98) is known color: Mountain Meadow. HEX triplet: 20, BE and 98. RGB value is (32,190,152). Sum of RGB (Red+Green+Blue) = 32+190+152=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BE98 is #DF4167. Grayscale: #8A8A8A. Windows color (decimal): -14631272 or 10010144. OLE color: 10010144.
HSL color Cylindrical-coordinate representation of color #20BE98: hue angle of 165.57º 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 #20BE98 is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 152 | - |
| CMYK | 0.83 | 0 | 0.2 | 0.25 |
| HSL | 165.57º | 0.71% | 0.44% | - |
| HSV(B) | 165.57º | 0.83% | 0.75% | - |
| XYZ | 24.68 | 39.4 | 36.01 | - |
| YUV | 138.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 152 | 0.83 | 0 | 0.2 | 0.25 | 165.57 | 0.71 | 0.44 |
| Hex | 20 | BE | 98 | 53 | 0 | 14 | 19 | A6 | 47 | 2C |
| Octal | 40 | 276 | 230 | 123 | 0 | 24 | 31 | 246 | 107 | 54 |
| Binary | 100000 | 10111110 | 10011000 | 1010011 | 0 | 10100 | 11001 | 10100110 | 1000111 | 101100 |
Color Harmonies of #20BE98
Complementary color
Monochromatic Colors of #20BE98
Black with #20BE98
Text Example
Text Example
White with #20BE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE98; }
p { color: rgb(32,190,152); }
H1.HeaderClassName
{
color: #20BE98;
}
.AnyTagClassName
{
color: #20BE98;
}
</style>
background-color css
<style>
a { background-color: #20BE98; }
a { background-color: rgb(32,190,152); }
div.DivClassName
{
background-color: #20BE98;
}
.BgClassName
{
background-color: #20BE98;
}
</style>
border-color css
<style>
span { border-color: #20BE98; }
span { border-color: rgb(32,190,152); }
td.TdClassName
{
border-color: #20BE98;
}
.TagClassName
{
border-color: #20BE98;
}
</style>