Shades of Mountain Meadow #20CE7E
Tints of Mountain Meadow #20CE7E
RGB
CMYK
RGB Variations
Color information
#20CE7E (or 0x20CE7E) is known color: Mountain Meadow. HEX triplet: 20, CE and 7E. RGB value is (32,206,126). Sum of RGB (Red+Green+Blue) = 32+206+126=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CE7E is #DF3181. Grayscale: #919191. Windows color (decimal): -14627202 or 8310304. OLE color: 8310304.
HSL color Cylindrical-coordinate representation of color #20CE7E: 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 #20CE7E is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 126 | - |
| 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.43 | 45.96 | 27.22 | - |
| YUV | 144.85 | 117.35 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 126 | 0.84 | 0 | 0.39 | 0.19 | 152.41 | 0.73 | 0.47 |
| Hex | 20 | CE | 7E | 54 | 0 | 27 | 13 | 98 | 49 | 2F |
| Octal | 40 | 316 | 176 | 124 | 0 | 47 | 23 | 230 | 111 | 57 |
| Binary | 100000 | 11001110 | 1111110 | 1010100 | 0 | 100111 | 10011 | 10011000 | 1001001 | 101111 |
Color Harmonies of #20CE7E
Complementary color
Monochromatic Colors of #20CE7E
Black with #20CE7E
Text Example
Text Example
White with #20CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CE7E; }
p { color: rgb(32,206,126); }
H1.HeaderClassName
{
color: #20CE7E;
}
.AnyTagClassName
{
color: #20CE7E;
}
</style>
background-color css
<style>
a { background-color: #20CE7E; }
a { background-color: rgb(32,206,126); }
div.DivClassName
{
background-color: #20CE7E;
}
.BgClassName
{
background-color: #20CE7E;
}
</style>
border-color css
<style>
span { border-color: #20CE7E; }
span { border-color: rgb(32,206,126); }
td.TdClassName
{
border-color: #20CE7E;
}
.TagClassName
{
border-color: #20CE7E;
}
</style>