Shades of Spring Green #05FF60
Tints of Spring Green #05FF60
RGB
CMYK
RGB Variations
Color information
#05FF60 (or 0x05FF60) is known color: Spring Green. HEX triplet: 05, FF and 60. RGB value is (5,255,96). Sum of RGB (Red+Green+Blue) = 5+255+96=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FF60 is #FA009F. Grayscale: #A2A2A2. Windows color (decimal): -16384160 or 6356741. OLE color: 6356741.
HSL color Cylindrical-coordinate representation of color #05FF60: hue angle of 141.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF60 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 96 | - |
| CMYK | 0.98 | 0 | 0.62 | 0 |
| HSL | 141.84º | 1% | 0.51% | - |
| HSV(B) | 141.84º | 0.98% | 1% | - |
| XYZ | 37.93 | 72.4 | 23.04 | - |
| YUV | 162.12 | 90.68 | 15.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 96 | 0.98 | 0 | 0.62 | 0 | 141.84 | 1 | 0.51 |
| Hex | 5 | FF | 60 | 62 | 0 | 3E | 0 | 8E | 64 | 33 |
| Octal | 5 | 377 | 140 | 142 | 0 | 76 | 0 | 216 | 144 | 63 |
| Binary | 101 | 11111111 | 1100000 | 1100010 | 0 | 111110 | 0 | 10001110 | 1100100 | 110011 |
Color Harmonies of #05FF60
Complementary color
Monochromatic Colors of #05FF60
Black with #05FF60
Text Example
Text Example
White with #05FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF60; }
p { color: rgb(5,255,96); }
H1.HeaderClassName
{
color: #05FF60;
}
.AnyTagClassName
{
color: #05FF60;
}
</style>
background-color css
<style>
a { background-color: #05FF60; }
a { background-color: rgb(5,255,96); }
div.DivClassName
{
background-color: #05FF60;
}
.BgClassName
{
background-color: #05FF60;
}
</style>
border-color css
<style>
span { border-color: #05FF60; }
span { border-color: rgb(5,255,96); }
td.TdClassName
{
border-color: #05FF60;
}
.TagClassName
{
border-color: #05FF60;
}
</style>