Shades of Spring Green #08FF60
Tints of Spring Green #08FF60
RGB
CMYK
RGB Variations
Color information
#08FF60 (or 0x08FF60) is known color: Spring Green. HEX triplet: 08, FF and 60. RGB value is (8,255,96). Sum of RGB (Red+Green+Blue) = 8+255+96=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08FF60 is #F7009F. Grayscale: #A3A3A3. Windows color (decimal): -16187552 or 6356744. OLE color: 6356744.
HSL color Cylindrical-coordinate representation of color #08FF60: hue angle of 141.38º 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 #08FF60 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 96 | - |
| CMYK | 0.97 | 0 | 0.62 | 0 |
| HSL | 141.38º | 1% | 0.52% | - |
| HSV(B) | 141.38º | 0.97% | 1% | - |
| XYZ | 37.97 | 72.42 | 23.04 | - |
| YUV | 163.02 | 90.17 | 17.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 96 | 0.97 | 0 | 0.62 | 0 | 141.38 | 1 | 0.52 |
| Hex | 8 | FF | 60 | 61 | 0 | 3E | 0 | 8D | 64 | 34 |
| Octal | 10 | 377 | 140 | 141 | 0 | 76 | 0 | 215 | 144 | 64 |
| Binary | 1000 | 11111111 | 1100000 | 1100001 | 0 | 111110 | 0 | 10001101 | 1100100 | 110100 |
Color Harmonies of #08FF60
Complementary color
Monochromatic Colors of #08FF60
Black with #08FF60
Text Example
Text Example
White with #08FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF60; }
p { color: rgb(8,255,96); }
H1.HeaderClassName
{
color: #08FF60;
}
.AnyTagClassName
{
color: #08FF60;
}
</style>
background-color css
<style>
a { background-color: #08FF60; }
a { background-color: rgb(8,255,96); }
div.DivClassName
{
background-color: #08FF60;
}
.BgClassName
{
background-color: #08FF60;
}
</style>
border-color css
<style>
span { border-color: #08FF60; }
span { border-color: rgb(8,255,96); }
td.TdClassName
{
border-color: #08FF60;
}
.TagClassName
{
border-color: #08FF60;
}
</style>