Shades of Spring Green #08F865
Tints of Spring Green #08F865
RGB
CMYK
RGB Variations
Color information
#08F865 (or 0x08F865) is known color: Spring Green. HEX triplet: 08, F8 and 65. RGB value is (8,248,101). Sum of RGB (Red+Green+Blue) = 8+248+101=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #08F865 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F865 is #F7079A. Grayscale: #9F9F9F. Windows color (decimal): -16189339 or 6682632. OLE color: 6682632.
HSL color Cylindrical-coordinate representation of color #08F865: hue angle of 143.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F865 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 248 | 101 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.03 |
| HSL | 143.25º | 0.94% | 0.5% | - |
| HSV(B) | 143.25º | 0.97% | 0.97% | - |
| XYZ | 36.02 | 68.13 | 23.56 | - |
| YUV | 159.48 | 94.99 | 19.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 248 | 101 | 0.97 | 0 | 0.59 | 0.03 | 143.25 | 0.94 | 0.5 |
| Hex | 8 | F8 | 65 | 61 | 0 | 3B | 3 | 8F | 5E | 32 |
| Octal | 10 | 370 | 145 | 141 | 0 | 73 | 3 | 217 | 136 | 62 |
| Binary | 1000 | 11111000 | 1100101 | 1100001 | 0 | 111011 | 11 | 10001111 | 1011110 | 110010 |
Color Harmonies of #08F865
Complementary color
Monochromatic Colors of #08F865
Black with #08F865
Text Example
Text Example
White with #08F865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F865; }
p { color: rgb(8,248,101); }
H1.HeaderClassName
{
color: #08F865;
}
.AnyTagClassName
{
color: #08F865;
}
</style>
background-color css
<style>
a { background-color: #08F865; }
a { background-color: rgb(8,248,101); }
div.DivClassName
{
background-color: #08F865;
}
.BgClassName
{
background-color: #08F865;
}
</style>
border-color css
<style>
span { border-color: #08F865; }
span { border-color: rgb(8,248,101); }
td.TdClassName
{
border-color: #08F865;
}
.TagClassName
{
border-color: #08F865;
}
</style>