Shades of Spring Green #05FA7B
Tints of Spring Green #05FA7B
RGB
CMYK
RGB Variations
Color information
#05FA7B (or 0x05FA7B) is known color: Spring Green. HEX triplet: 05, FA and 7B. RGB value is (5,250,123). Sum of RGB (Red+Green+Blue) = 5+250+123=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FA7B is #FA0584. Grayscale: #A2A2A2. Windows color (decimal): -16385413 or 8124933. OLE color: 8124933.
HSL color Cylindrical-coordinate representation of color #05FA7B: hue angle of 148.9º 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 #05FA7B is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 123 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.02 |
| HSL | 148.9º | 0.96% | 0.5% | - |
| HSV(B) | 148.9º | 0.98% | 0.98% | - |
| XYZ | 37.82 | 69.83 | 30.22 | - |
| YUV | 162.27 | 105.83 | 15.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 123 | 0.98 | 0 | 0.51 | 0.02 | 148.9 | 0.96 | 0.5 |
| Hex | 5 | FA | 7B | 62 | 0 | 33 | 2 | 95 | 60 | 32 |
| Octal | 5 | 372 | 173 | 142 | 0 | 63 | 2 | 225 | 140 | 62 |
| Binary | 101 | 11111010 | 1111011 | 1100010 | 0 | 110011 | 10 | 10010101 | 1100000 | 110010 |
Color Harmonies of #05FA7B
Complementary color
Monochromatic Colors of #05FA7B
Black with #05FA7B
Text Example
Text Example
White with #05FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FA7B; }
p { color: rgb(5,250,123); }
H1.HeaderClassName
{
color: #05FA7B;
}
.AnyTagClassName
{
color: #05FA7B;
}
</style>
background-color css
<style>
a { background-color: #05FA7B; }
a { background-color: rgb(5,250,123); }
div.DivClassName
{
background-color: #05FA7B;
}
.BgClassName
{
background-color: #05FA7B;
}
</style>
border-color css
<style>
span { border-color: #05FA7B; }
span { border-color: rgb(5,250,123); }
td.TdClassName
{
border-color: #05FA7B;
}
.TagClassName
{
border-color: #05FA7B;
}
</style>