Shades of Spring Green #06E382
Tints of Spring Green #06E382
RGB
CMYK
RGB Variations
Color information
#06E382 (or 0x06E382) is known color: Spring Green. HEX triplet: 06, E3 and 82. RGB value is (6,227,130). Sum of RGB (Red+Green+Blue) = 6+227+130=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 227 (89.06% from 255 or 62.53% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 227 - color contains mainly: green. Hex color #06E382 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06E382 is #F91C7D. Grayscale: #969696. Windows color (decimal): -16325758 or 8577798. OLE color: 8577798.
HSL color Cylindrical-coordinate representation of color #06E382: hue angle of 153.67º 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 #06E382 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 130 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.11 |
| HSL | 153.67º | 0.95% | 0.46% | - |
| HSV(B) | 153.67º | 0.97% | 0.89% | - |
| XYZ | 31.57 | 56.59 | 30.38 | - |
| YUV | 149.86 | 116.78 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 130 | 0.97 | 0 | 0.43 | 0.11 | 153.67 | 0.95 | 0.46 |
| Hex | 6 | E3 | 82 | 61 | 0 | 2B | B | 9A | 5F | 2E |
| Octal | 6 | 343 | 202 | 141 | 0 | 53 | 13 | 232 | 137 | 56 |
| Binary | 110 | 11100011 | 10000010 | 1100001 | 0 | 101011 | 1011 | 10011010 | 1011111 | 101110 |
Color Harmonies of #06E382
Complementary color
Monochromatic Colors of #06E382
Black with #06E382
Text Example
Text Example
White with #06E382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E382; }
p { color: rgb(6,227,130); }
H1.HeaderClassName
{
color: #06E382;
}
.AnyTagClassName
{
color: #06E382;
}
</style>
background-color css
<style>
a { background-color: #06E382; }
a { background-color: rgb(6,227,130); }
div.DivClassName
{
background-color: #06E382;
}
.BgClassName
{
background-color: #06E382;
}
</style>
border-color css
<style>
span { border-color: #06E382; }
span { border-color: rgb(6,227,130); }
td.TdClassName
{
border-color: #06E382;
}
.TagClassName
{
border-color: #06E382;
}
</style>