Shades of Spring Green #05F972
Tints of Spring Green #05F972
RGB
CMYK
RGB Variations
Color information
#05F972 (or 0x05F972) is known color: Spring Green. HEX triplet: 05, F9 and 72. RGB value is (5,249,114). Sum of RGB (Red+Green+Blue) = 5+249+114=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 249 (97.66% from 255 or 67.66% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 249 - color contains mainly: green. Hex color #05F972 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F972 is #FA068D. Grayscale: #A0A0A0. Windows color (decimal): -16385678 or 7534853. OLE color: 7534853.
HSL color Cylindrical-coordinate representation of color #05F972: hue angle of 146.8º 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 #05F972 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 114 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.02 |
| HSL | 146.8º | 0.96% | 0.5% | - |
| HSV(B) | 146.8º | 0.98% | 0.98% | - |
| XYZ | 36.98 | 69 | 27.29 | - |
| YUV | 160.65 | 101.66 | 16.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 114 | 0.98 | 0 | 0.54 | 0.02 | 146.8 | 0.96 | 0.5 |
| Hex | 5 | F9 | 72 | 62 | 0 | 36 | 2 | 93 | 60 | 32 |
| Octal | 5 | 371 | 162 | 142 | 0 | 66 | 2 | 223 | 140 | 62 |
| Binary | 101 | 11111001 | 1110010 | 1100010 | 0 | 110110 | 10 | 10010011 | 1100000 | 110010 |
Color Harmonies of #05F972
Complementary color
Monochromatic Colors of #05F972
Black with #05F972
Text Example
Text Example
White with #05F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F972; }
p { color: rgb(5,249,114); }
H1.HeaderClassName
{
color: #05F972;
}
.AnyTagClassName
{
color: #05F972;
}
</style>
background-color css
<style>
a { background-color: #05F972; }
a { background-color: rgb(5,249,114); }
div.DivClassName
{
background-color: #05F972;
}
.BgClassName
{
background-color: #05F972;
}
</style>
border-color css
<style>
span { border-color: #05F972; }
span { border-color: rgb(5,249,114); }
td.TdClassName
{
border-color: #05F972;
}
.TagClassName
{
border-color: #05F972;
}
</style>