Shades of Spring Green #05E286
Tints of Spring Green #05E286
RGB
CMYK
RGB Variations
Color information
#05E286 (or 0x05E286) is known color: Spring Green. HEX triplet: 05, E2 and 86. RGB value is (5,226,134). Sum of RGB (Red+Green+Blue) = 5+226+134=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #05E286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E286 is #FA1D79. Grayscale: #959595. Windows color (decimal): -16391546 or 8839685. OLE color: 8839685.
HSL color Cylindrical-coordinate representation of color #05E286: hue angle of 155.02º 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 #05E286 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 134 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.11 |
| HSL | 155.02º | 0.96% | 0.45% | - |
| HSV(B) | 155.02º | 0.98% | 0.89% | - |
| XYZ | 31.56 | 56.15 | 31.73 | - |
| YUV | 149.43 | 119.28 | 24.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 134 | 0.98 | 0 | 0.41 | 0.11 | 155.02 | 0.96 | 0.45 |
| Hex | 5 | E2 | 86 | 62 | 0 | 29 | B | 9B | 60 | 2D |
| Octal | 5 | 342 | 206 | 142 | 0 | 51 | 13 | 233 | 140 | 55 |
| Binary | 101 | 11100010 | 10000110 | 1100010 | 0 | 101001 | 1011 | 10011011 | 1100000 | 101101 |
Color Harmonies of #05E286
Complementary color
Monochromatic Colors of #05E286
Black with #05E286
Text Example
Text Example
White with #05E286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E286; }
p { color: rgb(5,226,134); }
H1.HeaderClassName
{
color: #05E286;
}
.AnyTagClassName
{
color: #05E286;
}
</style>
background-color css
<style>
a { background-color: #05E286; }
a { background-color: rgb(5,226,134); }
div.DivClassName
{
background-color: #05E286;
}
.BgClassName
{
background-color: #05E286;
}
</style>
border-color css
<style>
span { border-color: #05E286; }
span { border-color: rgb(5,226,134); }
td.TdClassName
{
border-color: #05E286;
}
.TagClassName
{
border-color: #05E286;
}
</style>