Shades of Dark Pastel Green #0ECD33
Tints of Dark Pastel Green #0ECD33
RGB
CMYK
RGB Variations
Color information
#0ECD33 (or 0x0ECD33) is known color: Dark Pastel Green. HEX triplet: 0E, CD and 33. RGB value is (14,205,51). Sum of RGB (Red+Green+Blue) = 14+205+51=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ECD33 is #F132CC. Grayscale: #828282. Windows color (decimal): -15807181 or 3394830. OLE color: 3394830.
HSL color Cylindrical-coordinate representation of color #0ECD33: hue angle of 131.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECD33 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 205 | 51 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.20 |
| HSL | 131.62º | 0.87% | 0.43% | - |
| HSV(B) | 131.62º | 0.93% | 0.8% | - |
| XYZ | 22.61 | 44 | 10.43 | - |
| YUV | 130.34 | 83.22 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 205 | 51 | 0.93 | 0 | 0.75 | 0.20 | 131.62 | 0.87 | 0.43 |
| Hex | E | CD | 33 | 5D | 0 | 4B | 14 | 84 | 57 | 2B |
| Octal | 16 | 315 | 63 | 135 | 0 | 113 | 24 | 204 | 127 | 53 |
| Binary | 1110 | 11001101 | 110011 | 1011101 | 0 | 1001011 | 10100 | 10000100 | 1010111 | 101011 |
Color Harmonies of #0ECD33
Complementary color
Monochromatic Colors of #0ECD33
Black with #0ECD33
Text Example
Text Example
White with #0ECD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECD33; }
p { color: rgb(14,205,51); }
H1.HeaderClassName
{
color: #0ECD33;
}
.AnyTagClassName
{
color: #0ECD33;
}
</style>
background-color css
<style>
a { background-color: #0ECD33; }
a { background-color: rgb(14,205,51); }
div.DivClassName
{
background-color: #0ECD33;
}
.BgClassName
{
background-color: #0ECD33;
}
</style>
border-color css
<style>
span { border-color: #0ECD33; }
span { border-color: rgb(14,205,51); }
td.TdClassName
{
border-color: #0ECD33;
}
.TagClassName
{
border-color: #0ECD33;
}
</style>