Shades of Spring Green #05F77A
Tints of Spring Green #05F77A
RGB
CMYK
RGB Variations
Color information
#05F77A (or 0x05F77A) is known color: Spring Green. HEX triplet: 05, F7 and 7A. RGB value is (5,247,122). Sum of RGB (Red+Green+Blue) = 5+247+122=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 247 (96.88% from 255 or 66.04% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 247 - color contains mainly: green. Hex color #05F77A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F77A is #FA0885. Grayscale: #A0A0A0. Windows color (decimal): -16386182 or 8058629. OLE color: 8058629.
HSL color Cylindrical-coordinate representation of color #05F77A: hue angle of 149.01º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F77A is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 247 | 122 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.03 |
| HSL | 149.01º | 0.96% | 0.49% | - |
| HSV(B) | 149.01º | 0.98% | 0.97% | - |
| XYZ | 36.84 | 67.96 | 29.59 | - |
| YUV | 160.39 | 106.33 | 17.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 247 | 122 | 0.98 | 0 | 0.51 | 0.03 | 149.01 | 0.96 | 0.49 |
| Hex | 5 | F7 | 7A | 62 | 0 | 33 | 3 | 95 | 60 | 31 |
| Octal | 5 | 367 | 172 | 142 | 0 | 63 | 3 | 225 | 140 | 61 |
| Binary | 101 | 11110111 | 1111010 | 1100010 | 0 | 110011 | 11 | 10010101 | 1100000 | 110001 |
Color Harmonies of #05F77A
Complementary color
Monochromatic Colors of #05F77A
Black with #05F77A
Text Example
Text Example
White with #05F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F77A; }
p { color: rgb(5,247,122); }
H1.HeaderClassName
{
color: #05F77A;
}
.AnyTagClassName
{
color: #05F77A;
}
</style>
background-color css
<style>
a { background-color: #05F77A; }
a { background-color: rgb(5,247,122); }
div.DivClassName
{
background-color: #05F77A;
}
.BgClassName
{
background-color: #05F77A;
}
</style>
border-color css
<style>
span { border-color: #05F77A; }
span { border-color: rgb(5,247,122); }
td.TdClassName
{
border-color: #05F77A;
}
.TagClassName
{
border-color: #05F77A;
}
</style>