Shades of Spring Green #06E372
Tints of Spring Green #06E372
RGB
CMYK
RGB Variations
Color information
#06E372 (or 0x06E372) is known color: Spring Green. HEX triplet: 06, E3 and 72. RGB value is (6,227,114). Sum of RGB (Red+Green+Blue) = 6+227+114=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 227 (89.06% from 255 or 65.42% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 227 - color contains mainly: green. Hex color #06E372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06E372 is #F91C8D. Grayscale: #949494. Windows color (decimal): -16325774 or 7529222. OLE color: 7529222.
HSL color Cylindrical-coordinate representation of color #06E372: hue angle of 149.32º 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 #06E372 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 114 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.11 |
| HSL | 149.32º | 0.95% | 0.46% | - |
| HSV(B) | 149.32º | 0.97% | 0.89% | - |
| XYZ | 30.58 | 56.19 | 25.15 | - |
| YUV | 148.04 | 108.78 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 114 | 0.97 | 0 | 0.50 | 0.11 | 149.32 | 0.95 | 0.46 |
| Hex | 6 | E3 | 72 | 61 | 0 | 32 | B | 95 | 5F | 2E |
| Octal | 6 | 343 | 162 | 141 | 0 | 62 | 13 | 225 | 137 | 56 |
| Binary | 110 | 11100011 | 1110010 | 1100001 | 0 | 110010 | 1011 | 10010101 | 1011111 | 101110 |
Color Harmonies of #06E372
Complementary color
Monochromatic Colors of #06E372
Black with #06E372
Text Example
Text Example
White with #06E372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E372; }
p { color: rgb(6,227,114); }
H1.HeaderClassName
{
color: #06E372;
}
.AnyTagClassName
{
color: #06E372;
}
</style>
background-color css
<style>
a { background-color: #06E372; }
a { background-color: rgb(6,227,114); }
div.DivClassName
{
background-color: #06E372;
}
.BgClassName
{
background-color: #06E372;
}
</style>
border-color css
<style>
span { border-color: #06E372; }
span { border-color: rgb(6,227,114); }
td.TdClassName
{
border-color: #06E372;
}
.TagClassName
{
border-color: #06E372;
}
</style>