Shades of Spring Green #08F277
Tints of Spring Green #08F277
RGB
CMYK
RGB Variations
Color information
#08F277 (or 0x08F277) is known color: Spring Green. HEX triplet: 08, F2 and 77. RGB value is (8,242,119). Sum of RGB (Red+Green+Blue) = 8+242+119=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #08F277 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F277 is #F70D88. Grayscale: #9E9E9E. Windows color (decimal): -16190857 or 7860744. OLE color: 7860744.
HSL color Cylindrical-coordinate representation of color #08F277: hue angle of 148.46º 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 #08F277 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 242 | 119 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.05 |
| HSL | 148.46º | 0.94% | 0.49% | - |
| HSV(B) | 148.46º | 0.97% | 0.95% | - |
| XYZ | 35.18 | 64.89 | 28.12 | - |
| YUV | 158.01 | 105.98 | 21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 242 | 119 | 0.97 | 0 | 0.51 | 0.05 | 148.46 | 0.94 | 0.49 |
| Hex | 8 | F2 | 77 | 61 | 0 | 33 | 5 | 94 | 5E | 31 |
| Octal | 10 | 362 | 167 | 141 | 0 | 63 | 5 | 224 | 136 | 61 |
| Binary | 1000 | 11110010 | 1110111 | 1100001 | 0 | 110011 | 101 | 10010100 | 1011110 | 110001 |
Color Harmonies of #08F277
Complementary color
Monochromatic Colors of #08F277
Black with #08F277
Text Example
Text Example
White with #08F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F277; }
p { color: rgb(8,242,119); }
H1.HeaderClassName
{
color: #08F277;
}
.AnyTagClassName
{
color: #08F277;
}
</style>
background-color css
<style>
a { background-color: #08F277; }
a { background-color: rgb(8,242,119); }
div.DivClassName
{
background-color: #08F277;
}
.BgClassName
{
background-color: #08F277;
}
</style>
border-color css
<style>
span { border-color: #08F277; }
span { border-color: rgb(8,242,119); }
td.TdClassName
{
border-color: #08F277;
}
.TagClassName
{
border-color: #08F277;
}
</style>