Shades of Spring Green #08FF74
Tints of Spring Green #08FF74
RGB
CMYK
RGB Variations
Color information
#08FF74 (or 0x08FF74) is known color: Spring Green. HEX triplet: 08, FF and 74. RGB value is (8,255,116). Sum of RGB (Red+Green+Blue) = 8+255+116=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08FF74 is #F7008B. Grayscale: #A5A5A5. Windows color (decimal): -16187532 or 7667464. OLE color: 7667464.
HSL color Cylindrical-coordinate representation of color #08FF74: hue angle of 146.23º 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 #08FF74 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 116 | - |
| CMYK | 0.97 | 0 | 0.55 | 0 |
| HSL | 146.23º | 1% | 0.52% | - |
| HSV(B) | 146.23º | 0.97% | 1% | - |
| XYZ | 39.01 | 72.83 | 28.52 | - |
| YUV | 165.3 | 100.17 | 15.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 116 | 0.97 | 0 | 0.55 | 0 | 146.23 | 1 | 0.52 |
| Hex | 8 | FF | 74 | 61 | 0 | 37 | 0 | 92 | 64 | 34 |
| Octal | 10 | 377 | 164 | 141 | 0 | 67 | 0 | 222 | 144 | 64 |
| Binary | 1000 | 11111111 | 1110100 | 1100001 | 0 | 110111 | 0 | 10010010 | 1100100 | 110100 |
Color Harmonies of #08FF74
Complementary color
Monochromatic Colors of #08FF74
Black with #08FF74
Text Example
Text Example
White with #08FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF74; }
p { color: rgb(8,255,116); }
H1.HeaderClassName
{
color: #08FF74;
}
.AnyTagClassName
{
color: #08FF74;
}
</style>
background-color css
<style>
a { background-color: #08FF74; }
a { background-color: rgb(8,255,116); }
div.DivClassName
{
background-color: #08FF74;
}
.BgClassName
{
background-color: #08FF74;
}
</style>
border-color css
<style>
span { border-color: #08FF74; }
span { border-color: rgb(8,255,116); }
td.TdClassName
{
border-color: #08FF74;
}
.TagClassName
{
border-color: #08FF74;
}
</style>