Shades of Spring Green #16DB7D
Tints of Spring Green #16DB7D
RGB
CMYK
RGB Variations
Color information
#16DB7D (or 0x16DB7D) is known color: Spring Green. HEX triplet: 16, DB and 7D. RGB value is (22,219,125). Sum of RGB (Red+Green+Blue) = 22+219+125=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16DB7D is #E92482. Grayscale: #959595. Windows color (decimal): -15279235 or 8248086. OLE color: 8248086.
HSL color Cylindrical-coordinate representation of color #16DB7D: hue angle of 151.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DB7D is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 125 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.14 |
| HSL | 151.37º | 0.82% | 0.47% | - |
| HSV(B) | 151.37º | 0.9% | 0.86% | - |
| XYZ | 29.36 | 52.31 | 27.95 | - |
| YUV | 149.38 | 114.23 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 125 | 0.90 | 0 | 0.43 | 0.14 | 151.37 | 0.82 | 0.47 |
| Hex | 16 | DB | 7D | 5A | 0 | 2B | E | 97 | 52 | 2F |
| Octal | 26 | 333 | 175 | 132 | 0 | 53 | 16 | 227 | 122 | 57 |
| Binary | 10110 | 11011011 | 1111101 | 1011010 | 0 | 101011 | 1110 | 10010111 | 1010010 | 101111 |
Color Harmonies of #16DB7D
Complementary color
Monochromatic Colors of #16DB7D
Black with #16DB7D
Text Example
Text Example
White with #16DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB7D; }
p { color: rgb(22,219,125); }
H1.HeaderClassName
{
color: #16DB7D;
}
.AnyTagClassName
{
color: #16DB7D;
}
</style>
background-color css
<style>
a { background-color: #16DB7D; }
a { background-color: rgb(22,219,125); }
div.DivClassName
{
background-color: #16DB7D;
}
.BgClassName
{
background-color: #16DB7D;
}
</style>
border-color css
<style>
span { border-color: #16DB7D; }
span { border-color: rgb(22,219,125); }
td.TdClassName
{
border-color: #16DB7D;
}
.TagClassName
{
border-color: #16DB7D;
}
</style>