Shades of Spring Green #05FC74
Tints of Spring Green #05FC74
RGB
CMYK
RGB Variations
Color information
#05FC74 (or 0x05FC74) is known color: Spring Green. HEX triplet: 05, FC and 74. RGB value is (5,252,116). Sum of RGB (Red+Green+Blue) = 5+252+116=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 252 (98.83% from 255 or 67.56% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FC74 is #FA038B. Grayscale: #A2A2A2. Windows color (decimal): -16384908 or 7666693. OLE color: 7666693.
HSL color Cylindrical-coordinate representation of color #05FC74: hue angle of 146.96º 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 #05FC74 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 116 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.01 |
| HSL | 146.96º | 0.98% | 0.5% | - |
| HSV(B) | 146.96º | 0.98% | 0.99% | - |
| XYZ | 38.03 | 70.91 | 28.21 | - |
| YUV | 162.64 | 101.67 | 15.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 116 | 0.98 | 0 | 0.54 | 0.01 | 146.96 | 0.98 | 0.5 |
| Hex | 5 | FC | 74 | 62 | 0 | 36 | 1 | 93 | 62 | 32 |
| Octal | 5 | 374 | 164 | 142 | 0 | 66 | 1 | 223 | 142 | 62 |
| Binary | 101 | 11111100 | 1110100 | 1100010 | 0 | 110110 | 1 | 10010011 | 1100010 | 110010 |
Color Harmonies of #05FC74
Complementary color
Monochromatic Colors of #05FC74
Black with #05FC74
Text Example
Text Example
White with #05FC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FC74; }
p { color: rgb(5,252,116); }
H1.HeaderClassName
{
color: #05FC74;
}
.AnyTagClassName
{
color: #05FC74;
}
</style>
background-color css
<style>
a { background-color: #05FC74; }
a { background-color: rgb(5,252,116); }
div.DivClassName
{
background-color: #05FC74;
}
.BgClassName
{
background-color: #05FC74;
}
</style>
border-color css
<style>
span { border-color: #05FC74; }
span { border-color: rgb(5,252,116); }
td.TdClassName
{
border-color: #05FC74;
}
.TagClassName
{
border-color: #05FC74;
}
</style>