Shades of Spring Green #05F96C
Tints of Spring Green #05F96C
RGB
CMYK
RGB Variations
Color information
#05F96C (or 0x05F96C) is known color: Spring Green. HEX triplet: 05, F9 and 6C. RGB value is (5,249,108). Sum of RGB (Red+Green+Blue) = 5+249+108=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 249 (97.66% from 255 or 68.78% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 249 - color contains mainly: green. Hex color #05F96C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F96C is #FA0693. Grayscale: #A0A0A0. Windows color (decimal): -16385684 or 7141637. OLE color: 7141637.
HSL color Cylindrical-coordinate representation of color #05F96C: hue angle of 145.33º 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 #05F96C is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 108 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.02 |
| HSL | 145.33º | 0.96% | 0.5% | - |
| HSV(B) | 145.33º | 0.98% | 0.98% | - |
| XYZ | 36.65 | 68.87 | 25.55 | - |
| YUV | 159.97 | 98.66 | 17.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 108 | 0.98 | 0 | 0.57 | 0.02 | 145.33 | 0.96 | 0.5 |
| Hex | 5 | F9 | 6C | 62 | 0 | 39 | 2 | 91 | 60 | 32 |
| Octal | 5 | 371 | 154 | 142 | 0 | 71 | 2 | 221 | 140 | 62 |
| Binary | 101 | 11111001 | 1101100 | 1100010 | 0 | 111001 | 10 | 10010001 | 1100000 | 110010 |
Color Harmonies of #05F96C
Complementary color
Monochromatic Colors of #05F96C
Black with #05F96C
Text Example
Text Example
White with #05F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F96C; }
p { color: rgb(5,249,108); }
H1.HeaderClassName
{
color: #05F96C;
}
.AnyTagClassName
{
color: #05F96C;
}
</style>
background-color css
<style>
a { background-color: #05F96C; }
a { background-color: rgb(5,249,108); }
div.DivClassName
{
background-color: #05F96C;
}
.BgClassName
{
background-color: #05F96C;
}
</style>
border-color css
<style>
span { border-color: #05F96C; }
span { border-color: rgb(5,249,108); }
td.TdClassName
{
border-color: #05F96C;
}
.TagClassName
{
border-color: #05F96C;
}
</style>