Shades of Spring Green #06EE74
Tints of Spring Green #06EE74
RGB
CMYK
RGB Variations
Color information
#06EE74 (or 0x06EE74) is known color: Spring Green. HEX triplet: 06, EE and 74. RGB value is (6,238,116). Sum of RGB (Red+Green+Blue) = 6+238+116=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 238 (93.36% from 255 or 66.11% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 238 - color contains mainly: green. Hex color #06EE74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06EE74 is #F9118B. Grayscale: #9A9A9A. Windows color (decimal): -16322956 or 7663110. OLE color: 7663110.
HSL color Cylindrical-coordinate representation of color #06EE74: hue angle of 148.45º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EE74 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 238 | 116 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.07 |
| HSL | 148.45º | 0.95% | 0.48% | - |
| HSV(B) | 148.45º | 0.97% | 0.93% | - |
| XYZ | 33.8 | 62.45 | 26.8 | - |
| YUV | 154.72 | 106.14 | 21.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 238 | 116 | 0.97 | 0 | 0.51 | 0.07 | 148.45 | 0.95 | 0.48 |
| Hex | 6 | EE | 74 | 61 | 0 | 33 | 7 | 94 | 5F | 30 |
| Octal | 6 | 356 | 164 | 141 | 0 | 63 | 7 | 224 | 137 | 60 |
| Binary | 110 | 11101110 | 1110100 | 1100001 | 0 | 110011 | 111 | 10010100 | 1011111 | 110000 |
Color Harmonies of #06EE74
Complementary color
Monochromatic Colors of #06EE74
Black with #06EE74
Text Example
Text Example
White with #06EE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EE74; }
p { color: rgb(6,238,116); }
H1.HeaderClassName
{
color: #06EE74;
}
.AnyTagClassName
{
color: #06EE74;
}
</style>
background-color css
<style>
a { background-color: #06EE74; }
a { background-color: rgb(6,238,116); }
div.DivClassName
{
background-color: #06EE74;
}
.BgClassName
{
background-color: #06EE74;
}
</style>
border-color css
<style>
span { border-color: #06EE74; }
span { border-color: rgb(6,238,116); }
td.TdClassName
{
border-color: #06EE74;
}
.TagClassName
{
border-color: #06EE74;
}
</style>