Shades of Spring Green #20F075
Tints of Spring Green #20F075
RGB
CMYK
RGB Variations
Color information
#20F075 (or 0x20F075) is known color: Spring Green. HEX triplet: 20, F0 and 75. RGB value is (32,240,117). Sum of RGB (Red+Green+Blue) = 32+240+117=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #20F075 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F075 is #DF0F8A. Grayscale: #A4A4A4. Windows color (decimal): -14618507 or 7729184. OLE color: 7729184.
HSL color Cylindrical-coordinate representation of color #20F075: hue angle of 144.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F075 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 240 | 117 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.06 |
| HSL | 144.52º | 0.87% | 0.53% | - |
| HSV(B) | 144.52º | 0.87% | 0.94% | - |
| XYZ | 34.97 | 63.91 | 27.32 | - |
| YUV | 163.79 | 101.59 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 240 | 117 | 0.87 | 0 | 0.51 | 0.06 | 144.52 | 0.87 | 0.53 |
| Hex | 20 | F0 | 75 | 57 | 0 | 33 | 6 | 91 | 57 | 35 |
| Octal | 40 | 360 | 165 | 127 | 0 | 63 | 6 | 221 | 127 | 65 |
| Binary | 100000 | 11110000 | 1110101 | 1010111 | 0 | 110011 | 110 | 10010001 | 1010111 | 110101 |
Color Harmonies of #20F075
Complementary color
Monochromatic Colors of #20F075
Black with #20F075
Text Example
Text Example
White with #20F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F075; }
p { color: rgb(32,240,117); }
H1.HeaderClassName
{
color: #20F075;
}
.AnyTagClassName
{
color: #20F075;
}
</style>
background-color css
<style>
a { background-color: #20F075; }
a { background-color: rgb(32,240,117); }
div.DivClassName
{
background-color: #20F075;
}
.BgClassName
{
background-color: #20F075;
}
</style>
border-color css
<style>
span { border-color: #20F075; }
span { border-color: rgb(32,240,117); }
td.TdClassName
{
border-color: #20F075;
}
.TagClassName
{
border-color: #20F075;
}
</style>