Shades of Spring Green #05FE75
Tints of Spring Green #05FE75
RGB
CMYK
RGB Variations
Color information
#05FE75 (or 0x05FE75) is known color: Spring Green. HEX triplet: 05, FE and 75. RGB value is (5,254,117). Sum of RGB (Red+Green+Blue) = 5+254+117=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FE75 is #FA018A. Grayscale: #A4A4A4. Windows color (decimal): -16384395 or 7732741. OLE color: 7732741.
HSL color Cylindrical-coordinate representation of color #05FE75: hue angle of 146.99º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE75 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 117 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.00 |
| HSL | 146.99º | 0.99% | 0.51% | - |
| HSV(B) | 146.99º | 0.98% | 1% | - |
| XYZ | 38.72 | 72.2 | 28.73 | - |
| YUV | 163.93 | 101.51 | 14.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 117 | 0.98 | 0 | 0.54 | 0.00 | 146.99 | 0.99 | 0.51 |
| Hex | 5 | FE | 75 | 62 | 0 | 36 | 0 | 93 | 63 | 33 |
| Octal | 5 | 376 | 165 | 142 | 0 | 66 | 0 | 223 | 143 | 63 |
| Binary | 101 | 11111110 | 1110101 | 1100010 | 0 | 110110 | 0 | 10010011 | 1100011 | 110011 |
Color Harmonies of #05FE75
Complementary color
Monochromatic Colors of #05FE75
Black with #05FE75
Text Example
Text Example
White with #05FE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE75; }
p { color: rgb(5,254,117); }
H1.HeaderClassName
{
color: #05FE75;
}
.AnyTagClassName
{
color: #05FE75;
}
</style>
background-color css
<style>
a { background-color: #05FE75; }
a { background-color: rgb(5,254,117); }
div.DivClassName
{
background-color: #05FE75;
}
.BgClassName
{
background-color: #05FE75;
}
</style>
border-color css
<style>
span { border-color: #05FE75; }
span { border-color: rgb(5,254,117); }
td.TdClassName
{
border-color: #05FE75;
}
.TagClassName
{
border-color: #05FE75;
}
</style>