Shades of Spring Green #08F275
Tints of Spring Green #08F275
RGB
CMYK
RGB Variations
Color information
#08F275 (or 0x08F275) is known color: Spring Green. HEX triplet: 08, F2 and 75. RGB value is (8,242,117). Sum of RGB (Red+Green+Blue) = 8+242+117=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #08F275 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F275 is #F70D8A. Grayscale: #9E9E9E. Windows color (decimal): -16190859 or 7729672. OLE color: 7729672.
HSL color Cylindrical-coordinate representation of color #08F275: hue angle of 147.95º 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 #08F275 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 242 | 117 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.05 |
| HSL | 147.95º | 0.94% | 0.49% | - |
| HSV(B) | 147.95º | 0.97% | 0.95% | - |
| XYZ | 35.06 | 64.84 | 27.5 | - |
| YUV | 157.78 | 104.98 | 21.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 242 | 117 | 0.97 | 0 | 0.52 | 0.05 | 147.95 | 0.94 | 0.49 |
| Hex | 8 | F2 | 75 | 61 | 0 | 34 | 5 | 94 | 5E | 31 |
| Octal | 10 | 362 | 165 | 141 | 0 | 64 | 5 | 224 | 136 | 61 |
| Binary | 1000 | 11110010 | 1110101 | 1100001 | 0 | 110100 | 101 | 10010100 | 1011110 | 110001 |
Color Harmonies of #08F275
Complementary color
Monochromatic Colors of #08F275
Black with #08F275
Text Example
Text Example
White with #08F275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F275; }
p { color: rgb(8,242,117); }
H1.HeaderClassName
{
color: #08F275;
}
.AnyTagClassName
{
color: #08F275;
}
</style>
background-color css
<style>
a { background-color: #08F275; }
a { background-color: rgb(8,242,117); }
div.DivClassName
{
background-color: #08F275;
}
.BgClassName
{
background-color: #08F275;
}
</style>
border-color css
<style>
span { border-color: #08F275; }
span { border-color: rgb(8,242,117); }
td.TdClassName
{
border-color: #08F275;
}
.TagClassName
{
border-color: #08F275;
}
</style>