Shades of Spring Green #05F888
Tints of Spring Green #05F888
RGB
CMYK
RGB Variations
Color information
#05F888 (or 0x05F888) is known color: Spring Green. HEX triplet: 05, F8 and 88. RGB value is (5,248,136). Sum of RGB (Red+Green+Blue) = 5+248+136=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 248 (97.27% from 255 or 63.75% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 248 - color contains mainly: green. Hex color #05F888 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F888 is #FA0777. Grayscale: #A2A2A2. Windows color (decimal): -16385912 or 8976389. OLE color: 8976389.
HSL color Cylindrical-coordinate representation of color #05F888: hue angle of 152.35º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F888 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 136 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.03 |
| HSL | 152.35º | 0.96% | 0.5% | - |
| HSV(B) | 152.35º | 0.98% | 0.97% | - |
| XYZ | 38.07 | 68.94 | 34.59 | - |
| YUV | 162.58 | 112.99 | 15.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 136 | 0.98 | 0 | 0.45 | 0.03 | 152.35 | 0.96 | 0.5 |
| Hex | 5 | F8 | 88 | 62 | 0 | 2D | 3 | 98 | 60 | 32 |
| Octal | 5 | 370 | 210 | 142 | 0 | 55 | 3 | 230 | 140 | 62 |
| Binary | 101 | 11111000 | 10001000 | 1100010 | 0 | 101101 | 11 | 10011000 | 1100000 | 110010 |
Color Harmonies of #05F888
Complementary color
Monochromatic Colors of #05F888
Black with #05F888
Text Example
Text Example
White with #05F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F888; }
p { color: rgb(5,248,136); }
H1.HeaderClassName
{
color: #05F888;
}
.AnyTagClassName
{
color: #05F888;
}
</style>
background-color css
<style>
a { background-color: #05F888; }
a { background-color: rgb(5,248,136); }
div.DivClassName
{
background-color: #05F888;
}
.BgClassName
{
background-color: #05F888;
}
</style>
border-color css
<style>
span { border-color: #05F888; }
span { border-color: rgb(5,248,136); }
td.TdClassName
{
border-color: #05F888;
}
.TagClassName
{
border-color: #05F888;
}
</style>