Shades of Spring Green #05FE74
Tints of Spring Green #05FE74
RGB
CMYK
RGB Variations
Color information
#05FE74 (or 0x05FE74) is known color: Spring Green. HEX triplet: 05, FE and 74. RGB value is (5,254,116). Sum of RGB (Red+Green+Blue) = 5+254+116=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FE74 is #FA018B. Grayscale: #A4A4A4. Windows color (decimal): -16384396 or 7667205. OLE color: 7667205.
HSL color Cylindrical-coordinate representation of color #05FE74: hue angle of 146.75º 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 #05FE74 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 116 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.00 |
| HSL | 146.75º | 0.99% | 0.51% | - |
| HSV(B) | 146.75º | 0.98% | 1% | - |
| XYZ | 38.66 | 72.18 | 28.42 | - |
| YUV | 163.82 | 101.01 | 14.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 116 | 0.98 | 0 | 0.54 | 0.00 | 146.75 | 0.99 | 0.51 |
| Hex | 5 | FE | 74 | 62 | 0 | 36 | 0 | 93 | 63 | 33 |
| Octal | 5 | 376 | 164 | 142 | 0 | 66 | 0 | 223 | 143 | 63 |
| Binary | 101 | 11111110 | 1110100 | 1100010 | 0 | 110110 | 0 | 10010011 | 1100011 | 110011 |
Color Harmonies of #05FE74
Complementary color
Monochromatic Colors of #05FE74
Black with #05FE74
Text Example
Text Example
White with #05FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE74; }
p { color: rgb(5,254,116); }
H1.HeaderClassName
{
color: #05FE74;
}
.AnyTagClassName
{
color: #05FE74;
}
</style>
background-color css
<style>
a { background-color: #05FE74; }
a { background-color: rgb(5,254,116); }
div.DivClassName
{
background-color: #05FE74;
}
.BgClassName
{
background-color: #05FE74;
}
</style>
border-color css
<style>
span { border-color: #05FE74; }
span { border-color: rgb(5,254,116); }
td.TdClassName
{
border-color: #05FE74;
}
.TagClassName
{
border-color: #05FE74;
}
</style>