Shades of Dark Pastel Green #16CD32
Tints of Dark Pastel Green #16CD32
RGB
CMYK
RGB Variations
Color information
#16CD32 (or 0x16CD32) is known color: Dark Pastel Green. HEX triplet: 16, CD and 32. RGB value is (22,205,50). Sum of RGB (Red+Green+Blue) = 22+205+50=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 205 (80.47% from 255 or 74.01% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CD32 is #E932CD. Grayscale: #858585. Windows color (decimal): -15282894 or 3329302. OLE color: 3329302.
HSL color Cylindrical-coordinate representation of color #16CD32: hue angle of 129.18º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD32 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 50 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.20 |
| HSL | 129.18º | 0.81% | 0.45% | - |
| HSV(B) | 129.18º | 0.89% | 0.8% | - |
| XYZ | 22.74 | 44.06 | 10.32 | - |
| YUV | 132.61 | 81.37 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 50 | 0.89 | 0 | 0.76 | 0.20 | 129.18 | 0.81 | 0.45 |
| Hex | 16 | CD | 32 | 59 | 0 | 4C | 14 | 81 | 51 | 2D |
| Octal | 26 | 315 | 62 | 131 | 0 | 114 | 24 | 201 | 121 | 55 |
| Binary | 10110 | 11001101 | 110010 | 1011001 | 0 | 1001100 | 10100 | 10000001 | 1010001 | 101101 |
Color Harmonies of #16CD32
Complementary color
Monochromatic Colors of #16CD32
Black with #16CD32
Text Example
Text Example
White with #16CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD32; }
p { color: rgb(22,205,50); }
H1.HeaderClassName
{
color: #16CD32;
}
.AnyTagClassName
{
color: #16CD32;
}
</style>
background-color css
<style>
a { background-color: #16CD32; }
a { background-color: rgb(22,205,50); }
div.DivClassName
{
background-color: #16CD32;
}
.BgClassName
{
background-color: #16CD32;
}
</style>
border-color css
<style>
span { border-color: #16CD32; }
span { border-color: rgb(22,205,50); }
td.TdClassName
{
border-color: #16CD32;
}
.TagClassName
{
border-color: #16CD32;
}
</style>