Shades of Spring Green #05FF88
Tints of Spring Green #05FF88
RGB
CMYK
RGB Variations
Color information
#05FF88 (or 0x05FF88) is known color: Spring Green. HEX triplet: 05, FF and 88. RGB value is (5,255,136). Sum of RGB (Red+Green+Blue) = 5+255+136=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FF88 is #FA0077. Grayscale: #A6A6A6. Windows color (decimal): -16384120 or 8978181. OLE color: 8978181.
HSL color Cylindrical-coordinate representation of color #05FF88: hue angle of 151.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF88 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 136 | - |
| CMYK | 0.98 | 0 | 0.47 | 0 |
| HSL | 151.44º | 1% | 0.51% | - |
| HSV(B) | 151.44º | 0.98% | 1% | - |
| XYZ | 40.27 | 73.33 | 35.32 | - |
| YUV | 166.68 | 110.68 | 12.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 136 | 0.98 | 0 | 0.47 | 0 | 151.44 | 1 | 0.51 |
| Hex | 5 | FF | 88 | 62 | 0 | 2F | 0 | 97 | 64 | 33 |
| Octal | 5 | 377 | 210 | 142 | 0 | 57 | 0 | 227 | 144 | 63 |
| Binary | 101 | 11111111 | 10001000 | 1100010 | 0 | 101111 | 0 | 10010111 | 1100100 | 110011 |
Color Harmonies of #05FF88
Complementary color
Monochromatic Colors of #05FF88
Black with #05FF88
Text Example
Text Example
White with #05FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF88; }
p { color: rgb(5,255,136); }
H1.HeaderClassName
{
color: #05FF88;
}
.AnyTagClassName
{
color: #05FF88;
}
</style>
background-color css
<style>
a { background-color: #05FF88; }
a { background-color: rgb(5,255,136); }
div.DivClassName
{
background-color: #05FF88;
}
.BgClassName
{
background-color: #05FF88;
}
</style>
border-color css
<style>
span { border-color: #05FF88; }
span { border-color: rgb(5,255,136); }
td.TdClassName
{
border-color: #05FF88;
}
.TagClassName
{
border-color: #05FF88;
}
</style>