Shades of Spring Green #05F96E
Tints of Spring Green #05F96E
RGB
CMYK
RGB Variations
Color information
#05F96E (or 0x05F96E) is known color: Spring Green. HEX triplet: 05, F9 and 6E. RGB value is (5,249,110). Sum of RGB (Red+Green+Blue) = 5+249+110=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #05F96E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F96E is #FA0691. Grayscale: #A0A0A0. Windows color (decimal): -16385682 or 7272709. OLE color: 7272709.
HSL color Cylindrical-coordinate representation of color #05F96E: hue angle of 145.82º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F96E is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 110 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.02 |
| HSL | 145.82º | 0.96% | 0.5% | - |
| HSV(B) | 145.82º | 0.98% | 0.98% | - |
| XYZ | 36.75 | 68.91 | 26.12 | - |
| YUV | 160.2 | 99.66 | 17.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 110 | 0.98 | 0 | 0.56 | 0.02 | 145.82 | 0.96 | 0.5 |
| Hex | 5 | F9 | 6E | 62 | 0 | 38 | 2 | 92 | 60 | 32 |
| Octal | 5 | 371 | 156 | 142 | 0 | 70 | 2 | 222 | 140 | 62 |
| Binary | 101 | 11111001 | 1101110 | 1100010 | 0 | 111000 | 10 | 10010010 | 1100000 | 110010 |
Color Harmonies of #05F96E
Complementary color
Monochromatic Colors of #05F96E
Black with #05F96E
Text Example
Text Example
White with #05F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F96E; }
p { color: rgb(5,249,110); }
H1.HeaderClassName
{
color: #05F96E;
}
.AnyTagClassName
{
color: #05F96E;
}
</style>
background-color css
<style>
a { background-color: #05F96E; }
a { background-color: rgb(5,249,110); }
div.DivClassName
{
background-color: #05F96E;
}
.BgClassName
{
background-color: #05F96E;
}
</style>
border-color css
<style>
span { border-color: #05F96E; }
span { border-color: rgb(5,249,110); }
td.TdClassName
{
border-color: #05F96E;
}
.TagClassName
{
border-color: #05F96E;
}
</style>