Shades of Spring Green #08FF70
Tints of Spring Green #08FF70
RGB
CMYK
RGB Variations
Color information
#08FF70 (or 0x08FF70) is known color: Spring Green. HEX triplet: 08, FF and 70. RGB value is (8,255,112). Sum of RGB (Red+Green+Blue) = 8+255+112=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08FF70 is #F7008F. Grayscale: #A5A5A5. Windows color (decimal): -16187536 or 7405320. OLE color: 7405320.
HSL color Cylindrical-coordinate representation of color #08FF70: hue angle of 145.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FF70 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 112 | - |
| CMYK | 0.97 | 0 | 0.56 | 0 |
| HSL | 145.26º | 1% | 0.52% | - |
| HSV(B) | 145.26º | 0.97% | 1% | - |
| XYZ | 38.78 | 72.74 | 27.33 | - |
| YUV | 164.85 | 98.17 | 16.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 112 | 0.97 | 0 | 0.56 | 0 | 145.26 | 1 | 0.52 |
| Hex | 8 | FF | 70 | 61 | 0 | 38 | 0 | 91 | 64 | 34 |
| Octal | 10 | 377 | 160 | 141 | 0 | 70 | 0 | 221 | 144 | 64 |
| Binary | 1000 | 11111111 | 1110000 | 1100001 | 0 | 111000 | 0 | 10010001 | 1100100 | 110100 |
Color Harmonies of #08FF70
Complementary color
Monochromatic Colors of #08FF70
Black with #08FF70
Text Example
Text Example
White with #08FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF70; }
p { color: rgb(8,255,112); }
H1.HeaderClassName
{
color: #08FF70;
}
.AnyTagClassName
{
color: #08FF70;
}
</style>
background-color css
<style>
a { background-color: #08FF70; }
a { background-color: rgb(8,255,112); }
div.DivClassName
{
background-color: #08FF70;
}
.BgClassName
{
background-color: #08FF70;
}
</style>
border-color css
<style>
span { border-color: #08FF70; }
span { border-color: rgb(8,255,112); }
td.TdClassName
{
border-color: #08FF70;
}
.TagClassName
{
border-color: #08FF70;
}
</style>