Shades of Spring Green #20F27F
Tints of Spring Green #20F27F
RGB
CMYK
RGB Variations
Color information
#20F27F (or 0x20F27F) is known color: Spring Green. HEX triplet: 20, F2 and 7F. RGB value is (32,242,127). Sum of RGB (Red+Green+Blue) = 32+242+127=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #20F27F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F27F is #DF0D80. Grayscale: #A6A6A6. Windows color (decimal): -14617985 or 8385056. OLE color: 8385056.
HSL color Cylindrical-coordinate representation of color #20F27F: hue angle of 147.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F27F is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 127 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.05 |
| HSL | 147.14º | 0.89% | 0.54% | - |
| HSV(B) | 147.14º | 0.87% | 0.95% | - |
| XYZ | 36.18 | 65.34 | 30.78 | - |
| YUV | 166.1 | 105.93 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 127 | 0.87 | 0 | 0.48 | 0.05 | 147.14 | 0.89 | 0.54 |
| Hex | 20 | F2 | 7F | 57 | 0 | 30 | 5 | 93 | 59 | 36 |
| Octal | 40 | 362 | 177 | 127 | 0 | 60 | 5 | 223 | 131 | 66 |
| Binary | 100000 | 11110010 | 1111111 | 1010111 | 0 | 110000 | 101 | 10010011 | 1011001 | 110110 |
Color Harmonies of #20F27F
Complementary color
Monochromatic Colors of #20F27F
Black with #20F27F
Text Example
Text Example
White with #20F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F27F; }
p { color: rgb(32,242,127); }
H1.HeaderClassName
{
color: #20F27F;
}
.AnyTagClassName
{
color: #20F27F;
}
</style>
background-color css
<style>
a { background-color: #20F27F; }
a { background-color: rgb(32,242,127); }
div.DivClassName
{
background-color: #20F27F;
}
.BgClassName
{
background-color: #20F27F;
}
</style>
border-color css
<style>
span { border-color: #20F27F; }
span { border-color: rgb(32,242,127); }
td.TdClassName
{
border-color: #20F27F;
}
.TagClassName
{
border-color: #20F27F;
}
</style>