Shades of Spring Green #06DC77
Tints of Spring Green #06DC77
RGB
CMYK
RGB Variations
Color information
#06DC77 (or 0x06DC77) is known color: Spring Green. HEX triplet: 06, DC and 77. RGB value is (6,220,119). Sum of RGB (Red+Green+Blue) = 6+220+119=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DC77 is #F92388. Grayscale: #909090. Windows color (decimal): -16327561 or 7855110. OLE color: 7855110.
HSL color Cylindrical-coordinate representation of color #06DC77: hue angle of 151.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC77 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 119 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.14 |
| HSL | 151.68º | 0.95% | 0.44% | - |
| HSV(B) | 151.68º | 0.97% | 0.86% | - |
| XYZ | 29 | 52.56 | 26.07 | - |
| YUV | 144.5 | 113.6 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 119 | 0.97 | 0 | 0.46 | 0.14 | 151.68 | 0.95 | 0.44 |
| Hex | 6 | DC | 77 | 61 | 0 | 2E | E | 98 | 5F | 2C |
| Octal | 6 | 334 | 167 | 141 | 0 | 56 | 16 | 230 | 137 | 54 |
| Binary | 110 | 11011100 | 1110111 | 1100001 | 0 | 101110 | 1110 | 10011000 | 1011111 | 101100 |
Color Harmonies of #06DC77
Complementary color
Monochromatic Colors of #06DC77
Black with #06DC77
Text Example
Text Example
White with #06DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC77; }
p { color: rgb(6,220,119); }
H1.HeaderClassName
{
color: #06DC77;
}
.AnyTagClassName
{
color: #06DC77;
}
</style>
background-color css
<style>
a { background-color: #06DC77; }
a { background-color: rgb(6,220,119); }
div.DivClassName
{
background-color: #06DC77;
}
.BgClassName
{
background-color: #06DC77;
}
</style>
border-color css
<style>
span { border-color: #06DC77; }
span { border-color: rgb(6,220,119); }
td.TdClassName
{
border-color: #06DC77;
}
.TagClassName
{
border-color: #06DC77;
}
</style>