Shades of Spring Green #05E277
Tints of Spring Green #05E277
RGB
CMYK
RGB Variations
Color information
#05E277 (or 0x05E277) is known color: Spring Green. HEX triplet: 05, E2 and 77. RGB value is (5,226,119). Sum of RGB (Red+Green+Blue) = 5+226+119=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 226 (88.67% from 255 or 64.57% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 226 - color contains mainly: green. Hex color #05E277 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E277 is #FA1D88. Grayscale: #939393. Windows color (decimal): -16391561 or 7856645. OLE color: 7856645.
HSL color Cylindrical-coordinate representation of color #05E277: hue angle of 150.95º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E277 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 119 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.11 |
| HSL | 150.95º | 0.96% | 0.45% | - |
| HSV(B) | 150.95º | 0.98% | 0.89% | - |
| XYZ | 30.59 | 55.76 | 26.6 | - |
| YUV | 147.72 | 111.78 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 119 | 0.98 | 0 | 0.47 | 0.11 | 150.95 | 0.96 | 0.45 |
| Hex | 5 | E2 | 77 | 62 | 0 | 2F | B | 97 | 60 | 2D |
| Octal | 5 | 342 | 167 | 142 | 0 | 57 | 13 | 227 | 140 | 55 |
| Binary | 101 | 11100010 | 1110111 | 1100010 | 0 | 101111 | 1011 | 10010111 | 1100000 | 101101 |
Color Harmonies of #05E277
Complementary color
Monochromatic Colors of #05E277
Black with #05E277
Text Example
Text Example
White with #05E277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E277; }
p { color: rgb(5,226,119); }
H1.HeaderClassName
{
color: #05E277;
}
.AnyTagClassName
{
color: #05E277;
}
</style>
background-color css
<style>
a { background-color: #05E277; }
a { background-color: rgb(5,226,119); }
div.DivClassName
{
background-color: #05E277;
}
.BgClassName
{
background-color: #05E277;
}
</style>
border-color css
<style>
span { border-color: #05E277; }
span { border-color: rgb(5,226,119); }
td.TdClassName
{
border-color: #05E277;
}
.TagClassName
{
border-color: #05E277;
}
</style>