Shades of Spring Green #06E375
Tints of Spring Green #06E375
RGB
CMYK
RGB Variations
Color information
#06E375 (or 0x06E375) is known color: Spring Green. HEX triplet: 06, E3 and 75. RGB value is (6,227,117). Sum of RGB (Red+Green+Blue) = 6+227+117=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #06E375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06E375 is #F91C8A. Grayscale: #949494. Windows color (decimal): -16325771 or 7725830. OLE color: 7725830.
HSL color Cylindrical-coordinate representation of color #06E375: hue angle of 150.14º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E375 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 117 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.11 |
| HSL | 150.14º | 0.95% | 0.46% | - |
| HSV(B) | 150.14º | 0.97% | 0.89% | - |
| XYZ | 30.76 | 56.26 | 26.07 | - |
| YUV | 148.38 | 110.28 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 117 | 0.97 | 0 | 0.48 | 0.11 | 150.14 | 0.95 | 0.46 |
| Hex | 6 | E3 | 75 | 61 | 0 | 30 | B | 96 | 5F | 2E |
| Octal | 6 | 343 | 165 | 141 | 0 | 60 | 13 | 226 | 137 | 56 |
| Binary | 110 | 11100011 | 1110101 | 1100001 | 0 | 110000 | 1011 | 10010110 | 1011111 | 101110 |
Color Harmonies of #06E375
Complementary color
Monochromatic Colors of #06E375
Black with #06E375
Text Example
Text Example
White with #06E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E375; }
p { color: rgb(6,227,117); }
H1.HeaderClassName
{
color: #06E375;
}
.AnyTagClassName
{
color: #06E375;
}
</style>
background-color css
<style>
a { background-color: #06E375; }
a { background-color: rgb(6,227,117); }
div.DivClassName
{
background-color: #06E375;
}
.BgClassName
{
background-color: #06E375;
}
</style>
border-color css
<style>
span { border-color: #06E375; }
span { border-color: rgb(6,227,117); }
td.TdClassName
{
border-color: #06E375;
}
.TagClassName
{
border-color: #06E375;
}
</style>