Shades of Spring Green #05F87C
Tints of Spring Green #05F87C
RGB
CMYK
RGB Variations
Color information
#05F87C (or 0x05F87C) is known color: Spring Green. HEX triplet: 05, F8 and 7C. RGB value is (5,248,124). Sum of RGB (Red+Green+Blue) = 5+248+124=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 248 (97.27% from 255 or 65.78% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 248 - color contains mainly: green. Hex color #05F87C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F87C is #FA0783. Grayscale: #A1A1A1. Windows color (decimal): -16385924 or 8189957. OLE color: 8189957.
HSL color Cylindrical-coordinate representation of color #05F87C: hue angle of 149.38º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F87C is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 124 | - |
| CMYK | 0.98 | 0 | 0.5 | 0.03 |
| HSL | 149.38º | 0.96% | 0.5% | - |
| HSV(B) | 149.38º | 0.98% | 0.97% | - |
| XYZ | 37.27 | 68.62 | 30.35 | - |
| YUV | 161.21 | 106.99 | 16.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 124 | 0.98 | 0 | 0.5 | 0.03 | 149.38 | 0.96 | 0.5 |
| Hex | 5 | F8 | 7C | 62 | 0 | 32 | 3 | 95 | 60 | 32 |
| Octal | 5 | 370 | 174 | 142 | 0 | 62 | 3 | 225 | 140 | 62 |
| Binary | 101 | 11111000 | 1111100 | 1100010 | 0 | 110010 | 11 | 10010101 | 1100000 | 110010 |
Color Harmonies of #05F87C
Complementary color
Monochromatic Colors of #05F87C
Black with #05F87C
Text Example
Text Example
White with #05F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F87C; }
p { color: rgb(5,248,124); }
H1.HeaderClassName
{
color: #05F87C;
}
.AnyTagClassName
{
color: #05F87C;
}
</style>
background-color css
<style>
a { background-color: #05F87C; }
a { background-color: rgb(5,248,124); }
div.DivClassName
{
background-color: #05F87C;
}
.BgClassName
{
background-color: #05F87C;
}
</style>
border-color css
<style>
span { border-color: #05F87C; }
span { border-color: rgb(5,248,124); }
td.TdClassName
{
border-color: #05F87C;
}
.TagClassName
{
border-color: #05F87C;
}
</style>