Shades of Dark Pastel Green #00CB16
Tints of Dark Pastel Green #00CB16
RGB
CMYK
RGB Variations
Color information
#00CB16 (or 0x00CB16) is known color: Dark Pastel Green. HEX triplet: 00, CB and 16. RGB value is (0,203,22). Sum of RGB (Red+Green+Blue) = 0+203+22=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CB16 is #FF34E9. Grayscale: #7A7A7A. Windows color (decimal): -16725226 or 1493760. OLE color: 1493760.
HSL color Cylindrical-coordinate representation of color #00CB16: hue angle of 126.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB16 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 22 | - |
| CMYK | 1 | 0 | 0.89 | 0.20 |
| HSL | 126.5º | 1% | 0.4% | - |
| HSV(B) | 126.5º | 1% | 0.8% | - |
| XYZ | 21.5 | 42.77 | 7.88 | - |
| YUV | 121.67 | 71.75 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 22 | 1 | 0 | 0.89 | 0.20 | 126.5 | 1 | 0.4 |
| Hex | 0 | CB | 16 | 64 | 0 | 59 | 14 | 7F | 64 | 28 |
| Octal | 0 | 313 | 26 | 144 | 0 | 131 | 24 | 177 | 144 | 50 |
| Binary | 0 | 11001011 | 10110 | 1100100 | 0 | 1011001 | 10100 | 1111111 | 1100100 | 101000 |
Color Harmonies of #00CB16
Complementary color
Monochromatic Colors of #00CB16
Black with #00CB16
Text Example
Text Example
White with #00CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB16; }
p { color: rgb(0,203,22); }
H1.HeaderClassName
{
color: #00CB16;
}
.AnyTagClassName
{
color: #00CB16;
}
</style>
background-color css
<style>
a { background-color: #00CB16; }
a { background-color: rgb(0,203,22); }
div.DivClassName
{
background-color: #00CB16;
}
.BgClassName
{
background-color: #00CB16;
}
</style>
border-color css
<style>
span { border-color: #00CB16; }
span { border-color: rgb(0,203,22); }
td.TdClassName
{
border-color: #00CB16;
}
.TagClassName
{
border-color: #00CB16;
}
</style>