Shades of Spring Green #05FC7D
Tints of Spring Green #05FC7D
RGB
CMYK
RGB Variations
Color information
#05FC7D (or 0x05FC7D) is known color: Spring Green. HEX triplet: 05, FC and 7D. RGB value is (5,252,125). Sum of RGB (Red+Green+Blue) = 5+252+125=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 252 (98.83% from 255 or 65.97% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FC7D is #FA0382. Grayscale: #A3A3A3. Windows color (decimal): -16384899 or 8256517. OLE color: 8256517.
HSL color Cylindrical-coordinate representation of color #05FC7D: hue angle of 149.15º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FC7D is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 125 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.01 |
| HSL | 149.15º | 0.98% | 0.5% | - |
| HSV(B) | 149.15º | 0.98% | 0.99% | - |
| XYZ | 38.57 | 71.13 | 31.1 | - |
| YUV | 163.67 | 106.17 | 14.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 125 | 0.98 | 0 | 0.50 | 0.01 | 149.15 | 0.98 | 0.5 |
| Hex | 5 | FC | 7D | 62 | 0 | 32 | 1 | 95 | 62 | 32 |
| Octal | 5 | 374 | 175 | 142 | 0 | 62 | 1 | 225 | 142 | 62 |
| Binary | 101 | 11111100 | 1111101 | 1100010 | 0 | 110010 | 1 | 10010101 | 1100010 | 110010 |
Color Harmonies of #05FC7D
Complementary color
Monochromatic Colors of #05FC7D
Black with #05FC7D
Text Example
Text Example
White with #05FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FC7D; }
p { color: rgb(5,252,125); }
H1.HeaderClassName
{
color: #05FC7D;
}
.AnyTagClassName
{
color: #05FC7D;
}
</style>
background-color css
<style>
a { background-color: #05FC7D; }
a { background-color: rgb(5,252,125); }
div.DivClassName
{
background-color: #05FC7D;
}
.BgClassName
{
background-color: #05FC7D;
}
</style>
border-color css
<style>
span { border-color: #05FC7D; }
span { border-color: rgb(5,252,125); }
td.TdClassName
{
border-color: #05FC7D;
}
.TagClassName
{
border-color: #05FC7D;
}
</style>