Shades of Spring Green #05F865
Tints of Spring Green #05F865
RGB
CMYK
RGB Variations
Color information
#05F865 (or 0x05F865) is known color: Spring Green. HEX triplet: 05, F8 and 65. RGB value is (5,248,101). Sum of RGB (Red+Green+Blue) = 5+248+101=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 248 (97.27% from 255 or 70.06% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 248 - color contains mainly: green. Hex color #05F865 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F865 is #FA079A. Grayscale: #9E9E9E. Windows color (decimal): -16385947 or 6682629. OLE color: 6682629.
HSL color Cylindrical-coordinate representation of color #05F865: hue angle of 143.7º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F865 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 101 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.03 |
| HSL | 143.7º | 0.96% | 0.5% | - |
| HSV(B) | 143.7º | 0.98% | 0.97% | - |
| XYZ | 35.98 | 68.11 | 23.56 | - |
| YUV | 158.59 | 95.49 | 18.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 101 | 0.98 | 0 | 0.59 | 0.03 | 143.7 | 0.96 | 0.5 |
| Hex | 5 | F8 | 65 | 62 | 0 | 3B | 3 | 90 | 60 | 32 |
| Octal | 5 | 370 | 145 | 142 | 0 | 73 | 3 | 220 | 140 | 62 |
| Binary | 101 | 11111000 | 1100101 | 1100010 | 0 | 111011 | 11 | 10010000 | 1100000 | 110010 |
Color Harmonies of #05F865
Complementary color
Monochromatic Colors of #05F865
Black with #05F865
Text Example
Text Example
White with #05F865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F865; }
p { color: rgb(5,248,101); }
H1.HeaderClassName
{
color: #05F865;
}
.AnyTagClassName
{
color: #05F865;
}
</style>
background-color css
<style>
a { background-color: #05F865; }
a { background-color: rgb(5,248,101); }
div.DivClassName
{
background-color: #05F865;
}
.BgClassName
{
background-color: #05F865;
}
</style>
border-color css
<style>
span { border-color: #05F865; }
span { border-color: rgb(5,248,101); }
td.TdClassName
{
border-color: #05F865;
}
.TagClassName
{
border-color: #05F865;
}
</style>