Shades of Spring Green #05FE65
Tints of Spring Green #05FE65
RGB
CMYK
RGB Variations
Color information
#05FE65 (or 0x05FE65) is known color: Spring Green. HEX triplet: 05, FE and 65. RGB value is (5,254,101). Sum of RGB (Red+Green+Blue) = 5+254+101=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 254 (99.61% from 255 or 70.56% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FE65 is #FA019A. Grayscale: #A2A2A2. Windows color (decimal): -16384411 or 6684165. OLE color: 6684165.
HSL color Cylindrical-coordinate representation of color #05FE65: hue angle of 143.13º 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 #05FE65 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 101 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.00 |
| HSL | 143.13º | 0.99% | 0.51% | - |
| HSV(B) | 143.13º | 0.98% | 1% | - |
| XYZ | 37.85 | 71.86 | 24.19 | - |
| YUV | 162.11 | 93.51 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 101 | 0.98 | 0 | 0.60 | 0.00 | 143.13 | 0.99 | 0.51 |
| Hex | 5 | FE | 65 | 62 | 0 | 3C | 0 | 8F | 63 | 33 |
| Octal | 5 | 376 | 145 | 142 | 0 | 74 | 0 | 217 | 143 | 63 |
| Binary | 101 | 11111110 | 1100101 | 1100010 | 0 | 111100 | 0 | 10001111 | 1100011 | 110011 |
Color Harmonies of #05FE65
Complementary color
Monochromatic Colors of #05FE65
Black with #05FE65
Text Example
Text Example
White with #05FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE65; }
p { color: rgb(5,254,101); }
H1.HeaderClassName
{
color: #05FE65;
}
.AnyTagClassName
{
color: #05FE65;
}
</style>
background-color css
<style>
a { background-color: #05FE65; }
a { background-color: rgb(5,254,101); }
div.DivClassName
{
background-color: #05FE65;
}
.BgClassName
{
background-color: #05FE65;
}
</style>
border-color css
<style>
span { border-color: #05FE65; }
span { border-color: rgb(5,254,101); }
td.TdClassName
{
border-color: #05FE65;
}
.TagClassName
{
border-color: #05FE65;
}
</style>