Shades of Spring Green #05E485
Tints of Spring Green #05E485
RGB
CMYK
RGB Variations
Color information
#05E485 (or 0x05E485) is known color: Spring Green. HEX triplet: 05, E4 and 85. RGB value is (5,228,133). Sum of RGB (Red+Green+Blue) = 5+228+133=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 228 (89.45% from 255 or 62.30% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 228 - color contains mainly: green. Hex color #05E485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E485 is #FA1B7A. Grayscale: #969696. Windows color (decimal): -16391035 or 8774661. OLE color: 8774661.
HSL color Cylindrical-coordinate representation of color #05E485: hue angle of 154.44º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E485 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 228 | 133 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.11 |
| HSL | 154.44º | 0.96% | 0.46% | - |
| HSV(B) | 154.44º | 0.98% | 0.89% | - |
| XYZ | 32.04 | 57.21 | 31.54 | - |
| YUV | 150.49 | 118.12 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 228 | 133 | 0.98 | 0 | 0.42 | 0.11 | 154.44 | 0.96 | 0.46 |
| Hex | 5 | E4 | 85 | 62 | 0 | 2A | B | 9A | 60 | 2E |
| Octal | 5 | 344 | 205 | 142 | 0 | 52 | 13 | 232 | 140 | 56 |
| Binary | 101 | 11100100 | 10000101 | 1100010 | 0 | 101010 | 1011 | 10011010 | 1100000 | 101110 |
Color Harmonies of #05E485
Complementary color
Monochromatic Colors of #05E485
Black with #05E485
Text Example
Text Example
White with #05E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E485; }
p { color: rgb(5,228,133); }
H1.HeaderClassName
{
color: #05E485;
}
.AnyTagClassName
{
color: #05E485;
}
</style>
background-color css
<style>
a { background-color: #05E485; }
a { background-color: rgb(5,228,133); }
div.DivClassName
{
background-color: #05E485;
}
.BgClassName
{
background-color: #05E485;
}
</style>
border-color css
<style>
span { border-color: #05E485; }
span { border-color: rgb(5,228,133); }
td.TdClassName
{
border-color: #05E485;
}
.TagClassName
{
border-color: #05E485;
}
</style>