Shades of Spring Green #05FB7A
Tints of Spring Green #05FB7A
RGB
CMYK
RGB Variations
Color information
#05FB7A (or 0x05FB7A) is known color: Spring Green. HEX triplet: 05, FB and 7A. RGB value is (5,251,122). Sum of RGB (Red+Green+Blue) = 5+251+122=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #05FB7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FB7A is #FA0485. Grayscale: #A3A3A3. Windows color (decimal): -16385158 or 8059653. OLE color: 8059653.
HSL color Cylindrical-coordinate representation of color #05FB7A: hue angle of 148.54º degrees, saturation: 0.97, 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 #05FB7A is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 251 | 122 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.02 |
| HSL | 148.54º | 0.97% | 0.5% | - |
| HSV(B) | 148.54º | 0.98% | 0.98% | - |
| XYZ | 38.07 | 70.43 | 30 | - |
| YUV | 162.74 | 105 | 15.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 251 | 122 | 0.98 | 0 | 0.51 | 0.02 | 148.54 | 0.97 | 0.5 |
| Hex | 5 | FB | 7A | 62 | 0 | 33 | 2 | 95 | 61 | 32 |
| Octal | 5 | 373 | 172 | 142 | 0 | 63 | 2 | 225 | 141 | 62 |
| Binary | 101 | 11111011 | 1111010 | 1100010 | 0 | 110011 | 10 | 10010101 | 1100001 | 110010 |
Color Harmonies of #05FB7A
Complementary color
Monochromatic Colors of #05FB7A
Black with #05FB7A
Text Example
Text Example
White with #05FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FB7A; }
p { color: rgb(5,251,122); }
H1.HeaderClassName
{
color: #05FB7A;
}
.AnyTagClassName
{
color: #05FB7A;
}
</style>
background-color css
<style>
a { background-color: #05FB7A; }
a { background-color: rgb(5,251,122); }
div.DivClassName
{
background-color: #05FB7A;
}
.BgClassName
{
background-color: #05FB7A;
}
</style>
border-color css
<style>
span { border-color: #05FB7A; }
span { border-color: rgb(5,251,122); }
td.TdClassName
{
border-color: #05FB7A;
}
.TagClassName
{
border-color: #05FB7A;
}
</style>