Shades of Dark Pastel Green #00CE32
Tints of Dark Pastel Green #00CE32
RGB
CMYK
RGB Variations
Color information
#00CE32 (or 0x00CE32) is known color: Dark Pastel Green. HEX triplet: 00, CE and 32. RGB value is (0,206,50). Sum of RGB (Red+Green+Blue) = 0+206+50=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 206 (80.86% from 255 or 80.47% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE32 is #FF31CD. Grayscale: #7F7F7F. Windows color (decimal): -16724430 or 3329536. OLE color: 3329536.
HSL color Cylindrical-coordinate representation of color #00CE32: hue angle of 134.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE32 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 50 | - |
| CMYK | 1 | 0 | 0.76 | 0.19 |
| HSL | 134.56º | 1% | 0.4% | - |
| HSV(B) | 134.56º | 1% | 0.81% | - |
| XYZ | 22.65 | 44.37 | 10.39 | - |
| YUV | 126.62 | 84.75 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 50 | 1 | 0 | 0.76 | 0.19 | 134.56 | 1 | 0.4 |
| Hex | 0 | CE | 32 | 64 | 0 | 4C | 13 | 87 | 64 | 28 |
| Octal | 0 | 316 | 62 | 144 | 0 | 114 | 23 | 207 | 144 | 50 |
| Binary | 0 | 11001110 | 110010 | 1100100 | 0 | 1001100 | 10011 | 10000111 | 1100100 | 101000 |
Color Harmonies of #00CE32
Complementary color
Monochromatic Colors of #00CE32
Black with #00CE32
Text Example
Text Example
White with #00CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE32; }
p { color: rgb(0,206,50); }
H1.HeaderClassName
{
color: #00CE32;
}
.AnyTagClassName
{
color: #00CE32;
}
</style>
background-color css
<style>
a { background-color: #00CE32; }
a { background-color: rgb(0,206,50); }
div.DivClassName
{
background-color: #00CE32;
}
.BgClassName
{
background-color: #00CE32;
}
</style>
border-color css
<style>
span { border-color: #00CE32; }
span { border-color: rgb(0,206,50); }
td.TdClassName
{
border-color: #00CE32;
}
.TagClassName
{
border-color: #00CE32;
}
</style>