Shades of Spring Green #20FB73
Tints of Spring Green #20FB73
RGB
CMYK
RGB Variations
Color information
#20FB73 (or 0x20FB73) is known color: Spring Green. HEX triplet: 20, FB and 73. RGB value is (32,251,115). Sum of RGB (Red+Green+Blue) = 32+251+115=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 251 (98.44% from 255 or 63.07% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 251 - color contains mainly: green. Hex color #20FB73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FB73 is #DF048C. Grayscale: #AAAAAA. Windows color (decimal): -14615693 or 7600928. OLE color: 7600928.
HSL color Cylindrical-coordinate representation of color #20FB73: hue angle of 142.74º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FB73 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 115 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.02 |
| HSL | 142.74º | 0.96% | 0.55% | - |
| HSV(B) | 142.74º | 0.87% | 0.98% | - |
| XYZ | 38.19 | 70.54 | 27.82 | - |
| YUV | 170.02 | 96.95 | 29.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 115 | 0.87 | 0 | 0.54 | 0.02 | 142.74 | 0.96 | 0.55 |
| Hex | 20 | FB | 73 | 57 | 0 | 36 | 2 | 8F | 60 | 37 |
| Octal | 40 | 373 | 163 | 127 | 0 | 66 | 2 | 217 | 140 | 67 |
| Binary | 100000 | 11111011 | 1110011 | 1010111 | 0 | 110110 | 10 | 10001111 | 1100000 | 110111 |
Color Harmonies of #20FB73
Complementary color
Monochromatic Colors of #20FB73
Black with #20FB73
Text Example
Text Example
White with #20FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FB73; }
p { color: rgb(32,251,115); }
H1.HeaderClassName
{
color: #20FB73;
}
.AnyTagClassName
{
color: #20FB73;
}
</style>
background-color css
<style>
a { background-color: #20FB73; }
a { background-color: rgb(32,251,115); }
div.DivClassName
{
background-color: #20FB73;
}
.BgClassName
{
background-color: #20FB73;
}
</style>
border-color css
<style>
span { border-color: #20FB73; }
span { border-color: rgb(32,251,115); }
td.TdClassName
{
border-color: #20FB73;
}
.TagClassName
{
border-color: #20FB73;
}
</style>