Shades of Spring Green #08F370
Tints of Spring Green #08F370
RGB
CMYK
RGB Variations
Color information
#08F370 (or 0x08F370) is known color: Spring Green. HEX triplet: 08, F3 and 70. RGB value is (8,243,112). Sum of RGB (Red+Green+Blue) = 8+243+112=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #08F370 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F370 is #F70C8F. Grayscale: #9E9E9E. Windows color (decimal): -16190608 or 7402248. OLE color: 7402248.
HSL color Cylindrical-coordinate representation of color #08F370: hue angle of 146.55º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F370 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 243 | 112 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.05 |
| HSL | 146.55º | 0.94% | 0.49% | - |
| HSV(B) | 146.55º | 0.97% | 0.95% | - |
| XYZ | 35.08 | 65.32 | 26.09 | - |
| YUV | 157.8 | 102.14 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 243 | 112 | 0.97 | 0 | 0.54 | 0.05 | 146.55 | 0.94 | 0.49 |
| Hex | 8 | F3 | 70 | 61 | 0 | 36 | 5 | 93 | 5E | 31 |
| Octal | 10 | 363 | 160 | 141 | 0 | 66 | 5 | 223 | 136 | 61 |
| Binary | 1000 | 11110011 | 1110000 | 1100001 | 0 | 110110 | 101 | 10010011 | 1011110 | 110001 |
Color Harmonies of #08F370
Complementary color
Monochromatic Colors of #08F370
Black with #08F370
Text Example
Text Example
White with #08F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F370; }
p { color: rgb(8,243,112); }
H1.HeaderClassName
{
color: #08F370;
}
.AnyTagClassName
{
color: #08F370;
}
</style>
background-color css
<style>
a { background-color: #08F370; }
a { background-color: rgb(8,243,112); }
div.DivClassName
{
background-color: #08F370;
}
.BgClassName
{
background-color: #08F370;
}
</style>
border-color css
<style>
span { border-color: #08F370; }
span { border-color: rgb(8,243,112); }
td.TdClassName
{
border-color: #08F370;
}
.TagClassName
{
border-color: #08F370;
}
</style>