Shades of Spring Green #05F765
Tints of Spring Green #05F765
RGB
CMYK
RGB Variations
Color information
#05F765 (or 0x05F765) is known color: Spring Green. HEX triplet: 05, F7 and 65. RGB value is (5,247,101). Sum of RGB (Red+Green+Blue) = 5+247+101=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #05F765 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F765 is #FA089A. Grayscale: #9E9E9E. Windows color (decimal): -16386203 or 6682373. OLE color: 6682373.
HSL color Cylindrical-coordinate representation of color #05F765: hue angle of 143.8º 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 #05F765 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 247 | 101 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.03 |
| HSL | 143.8º | 0.96% | 0.49% | - |
| HSV(B) | 143.8º | 0.98% | 0.97% | - |
| XYZ | 35.67 | 67.49 | 23.46 | - |
| YUV | 158 | 95.83 | 18.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 247 | 101 | 0.98 | 0 | 0.59 | 0.03 | 143.8 | 0.96 | 0.49 |
| Hex | 5 | F7 | 65 | 62 | 0 | 3B | 3 | 90 | 60 | 31 |
| Octal | 5 | 367 | 145 | 142 | 0 | 73 | 3 | 220 | 140 | 61 |
| Binary | 101 | 11110111 | 1100101 | 1100010 | 0 | 111011 | 11 | 10010000 | 1100000 | 110001 |
Color Harmonies of #05F765
Complementary color
Monochromatic Colors of #05F765
Black with #05F765
Text Example
Text Example
White with #05F765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F765; }
p { color: rgb(5,247,101); }
H1.HeaderClassName
{
color: #05F765;
}
.AnyTagClassName
{
color: #05F765;
}
</style>
background-color css
<style>
a { background-color: #05F765; }
a { background-color: rgb(5,247,101); }
div.DivClassName
{
background-color: #05F765;
}
.BgClassName
{
background-color: #05F765;
}
</style>
border-color css
<style>
span { border-color: #05F765; }
span { border-color: rgb(5,247,101); }
td.TdClassName
{
border-color: #05F765;
}
.TagClassName
{
border-color: #05F765;
}
</style>