Shades of Spring Green #05F975
Tints of Spring Green #05F975
RGB
CMYK
RGB Variations
Color information
#05F975 (or 0x05F975) is known color: Spring Green. HEX triplet: 05, F9 and 75. RGB value is (5,249,117). Sum of RGB (Red+Green+Blue) = 5+249+117=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #05F975 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F975 is #FA068A. Grayscale: #A1A1A1. Windows color (decimal): -16385675 or 7731461. OLE color: 7731461.
HSL color Cylindrical-coordinate representation of color #05F975: hue angle of 147.54º 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 #05F975 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 117 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.02 |
| HSL | 147.54º | 0.96% | 0.5% | - |
| HSV(B) | 147.54º | 0.98% | 0.98% | - |
| XYZ | 37.15 | 69.07 | 28.2 | - |
| YUV | 161 | 103.16 | 16.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 117 | 0.98 | 0 | 0.53 | 0.02 | 147.54 | 0.96 | 0.5 |
| Hex | 5 | F9 | 75 | 62 | 0 | 35 | 2 | 94 | 60 | 32 |
| Octal | 5 | 371 | 165 | 142 | 0 | 65 | 2 | 224 | 140 | 62 |
| Binary | 101 | 11111001 | 1110101 | 1100010 | 0 | 110101 | 10 | 10010100 | 1100000 | 110010 |
Color Harmonies of #05F975
Complementary color
Monochromatic Colors of #05F975
Black with #05F975
Text Example
Text Example
White with #05F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F975; }
p { color: rgb(5,249,117); }
H1.HeaderClassName
{
color: #05F975;
}
.AnyTagClassName
{
color: #05F975;
}
</style>
background-color css
<style>
a { background-color: #05F975; }
a { background-color: rgb(5,249,117); }
div.DivClassName
{
background-color: #05F975;
}
.BgClassName
{
background-color: #05F975;
}
</style>
border-color css
<style>
span { border-color: #05F975; }
span { border-color: rgb(5,249,117); }
td.TdClassName
{
border-color: #05F975;
}
.TagClassName
{
border-color: #05F975;
}
</style>