Shades of Spring Green #05F076
Tints of Spring Green #05F076
RGB
CMYK
RGB Variations
Color information
#05F076 (or 0x05F076) is known color: Spring Green. HEX triplet: 05, F0 and 76. RGB value is (5,240,118). Sum of RGB (Red+Green+Blue) = 5+240+118=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #05F076 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F076 is #FA0F89. Grayscale: #9C9C9C. Windows color (decimal): -16387978 or 7794693. OLE color: 7794693.
HSL color Cylindrical-coordinate representation of color #05F076: hue angle of 148.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F076 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 240 | 118 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.06 |
| HSL | 148.85º | 0.96% | 0.48% | - |
| HSV(B) | 148.85º | 0.98% | 0.94% | - |
| XYZ | 34.49 | 63.66 | 27.61 | - |
| YUV | 155.83 | 106.64 | 20.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 118 | 0.98 | 0 | 0.51 | 0.06 | 148.85 | 0.96 | 0.48 |
| Hex | 5 | F0 | 76 | 62 | 0 | 33 | 6 | 95 | 60 | 30 |
| Octal | 5 | 360 | 166 | 142 | 0 | 63 | 6 | 225 | 140 | 60 |
| Binary | 101 | 11110000 | 1110110 | 1100010 | 0 | 110011 | 110 | 10010101 | 1100000 | 110000 |
Color Harmonies of #05F076
Complementary color
Monochromatic Colors of #05F076
Black with #05F076
Text Example
Text Example
White with #05F076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F076; }
p { color: rgb(5,240,118); }
H1.HeaderClassName
{
color: #05F076;
}
.AnyTagClassName
{
color: #05F076;
}
</style>
background-color css
<style>
a { background-color: #05F076; }
a { background-color: rgb(5,240,118); }
div.DivClassName
{
background-color: #05F076;
}
.BgClassName
{
background-color: #05F076;
}
</style>
border-color css
<style>
span { border-color: #05F076; }
span { border-color: rgb(5,240,118); }
td.TdClassName
{
border-color: #05F076;
}
.TagClassName
{
border-color: #05F076;
}
</style>