Shades of Spring Green #08FF5C
Tints of Spring Green #08FF5C
RGB
CMYK
RGB Variations
Color information
#08FF5C (or 0x08FF5C) is known color: Spring Green. HEX triplet: 08, FF and 5C. RGB value is (8,255,92). Sum of RGB (Red+Green+Blue) = 8+255+92=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08FF5C is #F700A3. Grayscale: #A2A2A2. Windows color (decimal): -16187556 or 6094600. OLE color: 6094600.
HSL color Cylindrical-coordinate representation of color #08FF5C: hue angle of 140.4º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FF5C is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 92 | - |
| CMYK | 0.97 | 0 | 0.64 | 0 |
| HSL | 140.4º | 1% | 0.52% | - |
| HSV(B) | 140.4º | 0.97% | 1% | - |
| XYZ | 37.79 | 72.34 | 22.1 | - |
| YUV | 162.57 | 88.17 | 17.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 92 | 0.97 | 0 | 0.64 | 0 | 140.4 | 1 | 0.52 |
| Hex | 8 | FF | 5C | 61 | 0 | 40 | 0 | 8C | 64 | 34 |
| Octal | 10 | 377 | 134 | 141 | 0 | 100 | 0 | 214 | 144 | 64 |
| Binary | 1000 | 11111111 | 1011100 | 1100001 | 0 | 1000000 | 0 | 10001100 | 1100100 | 110100 |
Color Harmonies of #08FF5C
Complementary color
Monochromatic Colors of #08FF5C
Black with #08FF5C
Text Example
Text Example
White with #08FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF5C; }
p { color: rgb(8,255,92); }
H1.HeaderClassName
{
color: #08FF5C;
}
.AnyTagClassName
{
color: #08FF5C;
}
</style>
background-color css
<style>
a { background-color: #08FF5C; }
a { background-color: rgb(8,255,92); }
div.DivClassName
{
background-color: #08FF5C;
}
.BgClassName
{
background-color: #08FF5C;
}
</style>
border-color css
<style>
span { border-color: #08FF5C; }
span { border-color: rgb(8,255,92); }
td.TdClassName
{
border-color: #08FF5C;
}
.TagClassName
{
border-color: #08FF5C;
}
</style>