Shades of Spring Green #05F96A
Tints of Spring Green #05F96A
RGB
CMYK
RGB Variations
Color information
#05F96A (or 0x05F96A) is known color: Spring Green. HEX triplet: 05, F9 and 6A. RGB value is (5,249,106). Sum of RGB (Red+Green+Blue) = 5+249+106=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #05F96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F96A is #FA0695. Grayscale: #A0A0A0. Windows color (decimal): -16385686 or 7010565. OLE color: 7010565.
HSL color Cylindrical-coordinate representation of color #05F96A: hue angle of 144.84º 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 #05F96A is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 106 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.02 |
| HSL | 144.84º | 0.96% | 0.5% | - |
| HSV(B) | 144.84º | 0.98% | 0.98% | - |
| XYZ | 36.54 | 68.82 | 24.99 | - |
| YUV | 159.74 | 97.66 | 17.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 106 | 0.98 | 0 | 0.57 | 0.02 | 144.84 | 0.96 | 0.5 |
| Hex | 5 | F9 | 6A | 62 | 0 | 39 | 2 | 91 | 60 | 32 |
| Octal | 5 | 371 | 152 | 142 | 0 | 71 | 2 | 221 | 140 | 62 |
| Binary | 101 | 11111001 | 1101010 | 1100010 | 0 | 111001 | 10 | 10010001 | 1100000 | 110010 |
Color Harmonies of #05F96A
Complementary color
Monochromatic Colors of #05F96A
Black with #05F96A
Text Example
Text Example
White with #05F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F96A; }
p { color: rgb(5,249,106); }
H1.HeaderClassName
{
color: #05F96A;
}
.AnyTagClassName
{
color: #05F96A;
}
</style>
background-color css
<style>
a { background-color: #05F96A; }
a { background-color: rgb(5,249,106); }
div.DivClassName
{
background-color: #05F96A;
}
.BgClassName
{
background-color: #05F96A;
}
</style>
border-color css
<style>
span { border-color: #05F96A; }
span { border-color: rgb(5,249,106); }
td.TdClassName
{
border-color: #05F96A;
}
.TagClassName
{
border-color: #05F96A;
}
</style>