Shades of Dark Pastel Green #00CB4B
Tints of Dark Pastel Green #00CB4B
RGB
CMYK
RGB Variations
Color information
#00CB4B (or 0x00CB4B) is known color: Dark Pastel Green. HEX triplet: 00, CB and 4B. RGB value is (0,203,75). Sum of RGB (Red+Green+Blue) = 0+203+75=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 203 (79.69% from 255 or 73.02% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CB4B is #FF34B4. Grayscale: #808080. Windows color (decimal): -16725173 or 4967168. OLE color: 4967168.
HSL color Cylindrical-coordinate representation of color #00CB4B: hue angle of 142.17º 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 #00CB4B is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 75 | - |
| CMYK | 1 | 0 | 0.63 | 0.20 |
| HSL | 142.17º | 1% | 0.4% | - |
| HSV(B) | 142.17º | 1% | 0.8% | - |
| XYZ | 22.63 | 43.22 | 13.81 | - |
| YUV | 127.71 | 98.25 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 75 | 1 | 0 | 0.63 | 0.20 | 142.17 | 1 | 0.4 |
| Hex | 0 | CB | 4B | 64 | 0 | 3F | 14 | 8E | 64 | 28 |
| Octal | 0 | 313 | 113 | 144 | 0 | 77 | 24 | 216 | 144 | 50 |
| Binary | 0 | 11001011 | 1001011 | 1100100 | 0 | 111111 | 10100 | 10001110 | 1100100 | 101000 |
Color Harmonies of #00CB4B
Complementary color
Monochromatic Colors of #00CB4B
Black with #00CB4B
Text Example
Text Example
White with #00CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB4B; }
p { color: rgb(0,203,75); }
H1.HeaderClassName
{
color: #00CB4B;
}
.AnyTagClassName
{
color: #00CB4B;
}
</style>
background-color css
<style>
a { background-color: #00CB4B; }
a { background-color: rgb(0,203,75); }
div.DivClassName
{
background-color: #00CB4B;
}
.BgClassName
{
background-color: #00CB4B;
}
</style>
border-color css
<style>
span { border-color: #00CB4B; }
span { border-color: rgb(0,203,75); }
td.TdClassName
{
border-color: #00CB4B;
}
.TagClassName
{
border-color: #00CB4B;
}
</style>