Shades of Spring Green #08E474
Tints of Spring Green #08E474
RGB
CMYK
RGB Variations
Color information
#08E474 (or 0x08E474) is known color: Spring Green. HEX triplet: 08, E4 and 74. RGB value is (8,228,116). Sum of RGB (Red+Green+Blue) = 8+228+116=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 228 (89.45% from 255 or 64.77% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 228 - color contains mainly: green. Hex color #08E474 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08E474 is #F71B8B. Grayscale: #959595. Windows color (decimal): -16194444 or 7660552. OLE color: 7660552.
HSL color Cylindrical-coordinate representation of color #08E474: hue angle of 149.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E474 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 228 | 116 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.11 |
| HSL | 149.45º | 0.93% | 0.46% | - |
| HSV(B) | 149.45º | 0.96% | 0.89% | - |
| XYZ | 31 | 56.8 | 25.85 | - |
| YUV | 149.45 | 109.11 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 228 | 116 | 0.96 | 0 | 0.49 | 0.11 | 149.45 | 0.93 | 0.46 |
| Hex | 8 | E4 | 74 | 60 | 0 | 31 | B | 95 | 5D | 2E |
| Octal | 10 | 344 | 164 | 140 | 0 | 61 | 13 | 225 | 135 | 56 |
| Binary | 1000 | 11100100 | 1110100 | 1100000 | 0 | 110001 | 1011 | 10010101 | 1011101 | 101110 |
Color Harmonies of #08E474
Complementary color
Monochromatic Colors of #08E474
Black with #08E474
Text Example
Text Example
White with #08E474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E474; }
p { color: rgb(8,228,116); }
H1.HeaderClassName
{
color: #08E474;
}
.AnyTagClassName
{
color: #08E474;
}
</style>
background-color css
<style>
a { background-color: #08E474; }
a { background-color: rgb(8,228,116); }
div.DivClassName
{
background-color: #08E474;
}
.BgClassName
{
background-color: #08E474;
}
</style>
border-color css
<style>
span { border-color: #08E474; }
span { border-color: rgb(8,228,116); }
td.TdClassName
{
border-color: #08E474;
}
.TagClassName
{
border-color: #08E474;
}
</style>