Shades of Spring Green #06E680
Tints of Spring Green #06E680
RGB
CMYK
RGB Variations
Color information
#06E680 (or 0x06E680) is known color: Spring Green. HEX triplet: 06, E6 and 80. RGB value is (6,230,128). Sum of RGB (Red+Green+Blue) = 6+230+128=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 230 (90.23% from 255 or 63.19% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 230 - color contains mainly: green. Hex color #06E680 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #06E680 is #F9197F. Grayscale: #979797. Windows color (decimal): -16324992 or 8447494. OLE color: 8447494.
HSL color Cylindrical-coordinate representation of color #06E680: hue angle of 152.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E680 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 230 | 128 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.10 |
| HSL | 152.68º | 0.95% | 0.46% | - |
| HSV(B) | 152.68º | 0.97% | 0.9% | - |
| XYZ | 32.27 | 58.19 | 29.95 | - |
| YUV | 151.4 | 114.79 | 24.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 230 | 128 | 0.97 | 0 | 0.44 | 0.10 | 152.68 | 0.95 | 0.46 |
| Hex | 6 | E6 | 80 | 61 | 0 | 2C | A | 99 | 5F | 2E |
| Octal | 6 | 346 | 200 | 141 | 0 | 54 | 12 | 231 | 137 | 56 |
| Binary | 110 | 11100110 | 10000000 | 1100001 | 0 | 101100 | 1010 | 10011001 | 1011111 | 101110 |
Color Harmonies of #06E680
Complementary color
Monochromatic Colors of #06E680
Black with #06E680
Text Example
Text Example
White with #06E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E680; }
p { color: rgb(6,230,128); }
H1.HeaderClassName
{
color: #06E680;
}
.AnyTagClassName
{
color: #06E680;
}
</style>
background-color css
<style>
a { background-color: #06E680; }
a { background-color: rgb(6,230,128); }
div.DivClassName
{
background-color: #06E680;
}
.BgClassName
{
background-color: #06E680;
}
</style>
border-color css
<style>
span { border-color: #06E680; }
span { border-color: rgb(6,230,128); }
td.TdClassName
{
border-color: #06E680;
}
.TagClassName
{
border-color: #06E680;
}
</style>