Shades of Spring Green #20F485
Tints of Spring Green #20F485
RGB
CMYK
RGB Variations
Color information
#20F485 (or 0x20F485) is known color: Spring Green. HEX triplet: 20, F4 and 85. RGB value is (32,244,133). Sum of RGB (Red+Green+Blue) = 32+244+133=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #20F485 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20F485 is #DF0B7A. Grayscale: #A8A8A8. Windows color (decimal): -14617467 or 8778784. OLE color: 8778784.
HSL color Cylindrical-coordinate representation of color #20F485: hue angle of 148.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F485 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 244 | 133 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.04 |
| HSL | 148.58º | 0.91% | 0.54% | - |
| HSV(B) | 148.58º | 0.87% | 0.96% | - |
| XYZ | 37.18 | 66.7 | 33.11 | - |
| YUV | 167.96 | 108.26 | 31.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 244 | 133 | 0.87 | 0 | 0.45 | 0.04 | 148.58 | 0.91 | 0.54 |
| Hex | 20 | F4 | 85 | 57 | 0 | 2D | 4 | 95 | 5B | 36 |
| Octal | 40 | 364 | 205 | 127 | 0 | 55 | 4 | 225 | 133 | 66 |
| Binary | 100000 | 11110100 | 10000101 | 1010111 | 0 | 101101 | 100 | 10010101 | 1011011 | 110110 |
Color Harmonies of #20F485
Complementary color
Monochromatic Colors of #20F485
Black with #20F485
Text Example
Text Example
White with #20F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F485; }
p { color: rgb(32,244,133); }
H1.HeaderClassName
{
color: #20F485;
}
.AnyTagClassName
{
color: #20F485;
}
</style>
background-color css
<style>
a { background-color: #20F485; }
a { background-color: rgb(32,244,133); }
div.DivClassName
{
background-color: #20F485;
}
.BgClassName
{
background-color: #20F485;
}
</style>
border-color css
<style>
span { border-color: #20F485; }
span { border-color: rgb(32,244,133); }
td.TdClassName
{
border-color: #20F485;
}
.TagClassName
{
border-color: #20F485;
}
</style>