Shades of Spring Green #06DD76
Tints of Spring Green #06DD76
RGB
CMYK
RGB Variations
Color information
#06DD76 (or 0x06DD76) is known color: Spring Green. HEX triplet: 06, DD and 76. RGB value is (6,221,118). Sum of RGB (Red+Green+Blue) = 6+221+118=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DD76 is #F92289. Grayscale: #919191. Windows color (decimal): -16327306 or 7789830. OLE color: 7789830.
HSL color Cylindrical-coordinate representation of color #06DD76: hue angle of 151.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DD76 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 118 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.13 |
| HSL | 151.26º | 0.95% | 0.45% | - |
| HSV(B) | 151.26º | 0.97% | 0.87% | - |
| XYZ | 29.2 | 53.06 | 25.84 | - |
| YUV | 144.97 | 112.77 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 118 | 0.97 | 0 | 0.47 | 0.13 | 151.26 | 0.95 | 0.45 |
| Hex | 6 | DD | 76 | 61 | 0 | 2F | D | 97 | 5F | 2D |
| Octal | 6 | 335 | 166 | 141 | 0 | 57 | 15 | 227 | 137 | 55 |
| Binary | 110 | 11011101 | 1110110 | 1100001 | 0 | 101111 | 1101 | 10010111 | 1011111 | 101101 |
Color Harmonies of #06DD76
Complementary color
Monochromatic Colors of #06DD76
Black with #06DD76
Text Example
Text Example
White with #06DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DD76; }
p { color: rgb(6,221,118); }
H1.HeaderClassName
{
color: #06DD76;
}
.AnyTagClassName
{
color: #06DD76;
}
</style>
background-color css
<style>
a { background-color: #06DD76; }
a { background-color: rgb(6,221,118); }
div.DivClassName
{
background-color: #06DD76;
}
.BgClassName
{
background-color: #06DD76;
}
</style>
border-color css
<style>
span { border-color: #06DD76; }
span { border-color: rgb(6,221,118); }
td.TdClassName
{
border-color: #06DD76;
}
.TagClassName
{
border-color: #06DD76;
}
</style>