Shades of Medium Spring Green #08F08D
Tints of Medium Spring Green #08F08D
RGB
CMYK
RGB Variations
Color information
#08F08D (or 0x08F08D) is known color: Medium Spring Green. HEX triplet: 08, F0 and 8D. RGB value is (8,240,141). Sum of RGB (Red+Green+Blue) = 8+240+141=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #08F08D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #08F08D is #F70F72. Grayscale: #9F9F9F. Windows color (decimal): -16191347 or 9302024. OLE color: 9302024.
HSL color Cylindrical-coordinate representation of color #08F08D: hue angle of 154.4º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F08D is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 240 | 141 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.06 |
| HSL | 154.4º | 0.94% | 0.49% | - |
| HSV(B) | 154.4º | 0.97% | 0.94% | - |
| XYZ | 36.07 | 64.29 | 35.71 | - |
| YUV | 159.35 | 117.64 | 20.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 240 | 141 | 0.97 | 0 | 0.41 | 0.06 | 154.4 | 0.94 | 0.49 |
| Hex | 8 | F0 | 8D | 61 | 0 | 29 | 6 | 9A | 5E | 31 |
| Octal | 10 | 360 | 215 | 141 | 0 | 51 | 6 | 232 | 136 | 61 |
| Binary | 1000 | 11110000 | 10001101 | 1100001 | 0 | 101001 | 110 | 10011010 | 1011110 | 110001 |
Color Harmonies of #08F08D
Complementary color
Monochromatic Colors of #08F08D
Black with #08F08D
Text Example
Text Example
White with #08F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F08D; }
p { color: rgb(8,240,141); }
H1.HeaderClassName
{
color: #08F08D;
}
.AnyTagClassName
{
color: #08F08D;
}
</style>
background-color css
<style>
a { background-color: #08F08D; }
a { background-color: rgb(8,240,141); }
div.DivClassName
{
background-color: #08F08D;
}
.BgClassName
{
background-color: #08F08D;
}
</style>
border-color css
<style>
span { border-color: #08F08D; }
span { border-color: rgb(8,240,141); }
td.TdClassName
{
border-color: #08F08D;
}
.TagClassName
{
border-color: #08F08D;
}
</style>