Html Css Color HEX #20FF96 Medium Spring Green
📋 copy color: '#20FF96'red 32 ◦ green 255 ◦ blue 150
Shades of Medium Spring Green #20FF96
Tints of Medium Spring Green #20FF96
RGB
CMYK
RGB Variations
Color information
#20FF96 (or 0x20FF96) is known color: Medium Spring Green. HEX triplet: 20, FF and 96. RGB value is (32,255,150). Sum of RGB (Red+Green+Blue) = 32+255+150=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #20FF96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FF96 is #DF0069. Grayscale: #B0B0B0. Windows color (decimal): -14614634 or 9895712. OLE color: 9895712.
HSL color Cylindrical-coordinate representation of color #20FF96: hue angle of 151.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FF96 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 150 | - |
| CMYK | 0.87 | 0 | 0.41 | 0 |
| HSL | 151.75º | 1% | 0.56% | - |
| HSV(B) | 151.75º | 0.87% | 1% | - |
| XYZ | 41.86 | 74.03 | 40.94 | - |
| YUV | 176.35 | 113.12 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 150 | 0.87 | 0 | 0.41 | 0 | 151.75 | 1 | 0.56 |
| Hex | 20 | FF | 96 | 57 | 0 | 29 | 0 | 98 | 64 | 38 |
| Octal | 40 | 377 | 226 | 127 | 0 | 51 | 0 | 230 | 144 | 70 |
| Binary | 100000 | 11111111 | 10010110 | 1010111 | 0 | 101001 | 0 | 10011000 | 1100100 | 111000 |
Color Harmonies of #20FF96
Complementary color
Monochromatic Colors of #20FF96
Black with #20FF96
Text Example
Text Example
White with #20FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FF96; }
p { color: rgb(32,255,150); }
H1.HeaderClassName
{
color: #20FF96;
}
.AnyTagClassName
{
color: #20FF96;
}
</style>
background-color css
<style>
a { background-color: #20FF96; }
a { background-color: rgb(32,255,150); }
div.DivClassName
{
background-color: #20FF96;
}
.BgClassName
{
background-color: #20FF96;
}
</style>
border-color css
<style>
span { border-color: #20FF96; }
span { border-color: rgb(32,255,150); }
td.TdClassName
{
border-color: #20FF96;
}
.TagClassName
{
border-color: #20FF96;
}
</style>