Shades of Spring Green #05FD74
Tints of Spring Green #05FD74
RGB
CMYK
RGB Variations
Color information
#05FD74 (or 0x05FD74) is known color: Spring Green. HEX triplet: 05, FD and 74. RGB value is (5,253,116). Sum of RGB (Red+Green+Blue) = 5+253+116=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 253 (99.22% from 255 or 67.65% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 253 - color contains mainly: green. Hex color #05FD74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FD74 is #FA028B. Grayscale: #A3A3A3. Windows color (decimal): -16384652 or 7666949. OLE color: 7666949.
HSL color Cylindrical-coordinate representation of color #05FD74: hue angle of 146.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FD74 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 253 | 116 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.01 |
| HSL | 146.85º | 0.98% | 0.51% | - |
| HSV(B) | 146.85º | 0.98% | 0.99% | - |
| XYZ | 38.34 | 71.54 | 28.31 | - |
| YUV | 163.23 | 101.34 | 15.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 253 | 116 | 0.98 | 0 | 0.54 | 0.01 | 146.85 | 0.98 | 0.51 |
| Hex | 5 | FD | 74 | 62 | 0 | 36 | 1 | 93 | 62 | 33 |
| Octal | 5 | 375 | 164 | 142 | 0 | 66 | 1 | 223 | 142 | 63 |
| Binary | 101 | 11111101 | 1110100 | 1100010 | 0 | 110110 | 1 | 10010011 | 1100010 | 110011 |
Color Harmonies of #05FD74
Complementary color
Monochromatic Colors of #05FD74
Black with #05FD74
Text Example
Text Example
White with #05FD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FD74; }
p { color: rgb(5,253,116); }
H1.HeaderClassName
{
color: #05FD74;
}
.AnyTagClassName
{
color: #05FD74;
}
</style>
background-color css
<style>
a { background-color: #05FD74; }
a { background-color: rgb(5,253,116); }
div.DivClassName
{
background-color: #05FD74;
}
.BgClassName
{
background-color: #05FD74;
}
</style>
border-color css
<style>
span { border-color: #05FD74; }
span { border-color: rgb(5,253,116); }
td.TdClassName
{
border-color: #05FD74;
}
.TagClassName
{
border-color: #05FD74;
}
</style>