Shades of Dark Pastel Green #16CB31
Tints of Dark Pastel Green #16CB31
RGB
CMYK
RGB Variations
Color information
#16CB31 (or 0x16CB31) is known color: Dark Pastel Green. HEX triplet: 16, CB and 31. RGB value is (22,203,49). Sum of RGB (Red+Green+Blue) = 22+203+49=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CB31 is #E934CE. Grayscale: #838383. Windows color (decimal): -15283407 or 3263254. OLE color: 3263254.
HSL color Cylindrical-coordinate representation of color #16CB31: hue angle of 128.95º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CB31 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 49 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.20 |
| HSL | 128.95º | 0.8% | 0.44% | - |
| HSV(B) | 128.95º | 0.89% | 0.8% | - |
| XYZ | 22.24 | 43.1 | 10.05 | - |
| YUV | 131.33 | 81.53 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 49 | 0.89 | 0 | 0.76 | 0.20 | 128.95 | 0.8 | 0.44 |
| Hex | 16 | CB | 31 | 59 | 0 | 4C | 14 | 81 | 50 | 2C |
| Octal | 26 | 313 | 61 | 131 | 0 | 114 | 24 | 201 | 120 | 54 |
| Binary | 10110 | 11001011 | 110001 | 1011001 | 0 | 1001100 | 10100 | 10000001 | 1010000 | 101100 |
Color Harmonies of #16CB31
Complementary color
Monochromatic Colors of #16CB31
Black with #16CB31
Text Example
Text Example
White with #16CB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CB31; }
p { color: rgb(22,203,49); }
H1.HeaderClassName
{
color: #16CB31;
}
.AnyTagClassName
{
color: #16CB31;
}
</style>
background-color css
<style>
a { background-color: #16CB31; }
a { background-color: rgb(22,203,49); }
div.DivClassName
{
background-color: #16CB31;
}
.BgClassName
{
background-color: #16CB31;
}
</style>
border-color css
<style>
span { border-color: #16CB31; }
span { border-color: rgb(22,203,49); }
td.TdClassName
{
border-color: #16CB31;
}
.TagClassName
{
border-color: #16CB31;
}
</style>