Shades of Dark Pastel Green #00D133
Tints of Dark Pastel Green #00D133
RGB
CMYK
RGB Variations
Color information
#00D133 (or 0x00D133) is known color: Dark Pastel Green. HEX triplet: 00, D1 and 33. RGB value is (0,209,51). Sum of RGB (Red+Green+Blue) = 0+209+51=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 209 (82.03% from 255 or 80.38% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 209 - color contains mainly: green. Hex color #00D133 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D133 is #FF2ECC. Grayscale: #808080. Windows color (decimal): -16723661 or 3395840. OLE color: 3395840.
HSL color Cylindrical-coordinate representation of color #00D133: hue angle of 134.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D133 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 51 | - |
| CMYK | 1 | 0 | 0.76 | 0.18 |
| HSL | 134.64º | 1% | 0.41% | - |
| HSV(B) | 134.64º | 1% | 0.82% | - |
| XYZ | 23.4 | 45.84 | 10.75 | - |
| YUV | 128.5 | 84.26 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 51 | 1 | 0 | 0.76 | 0.18 | 134.64 | 1 | 0.41 |
| Hex | 0 | D1 | 33 | 64 | 0 | 4C | 12 | 87 | 64 | 29 |
| Octal | 0 | 321 | 63 | 144 | 0 | 114 | 22 | 207 | 144 | 51 |
| Binary | 0 | 11010001 | 110011 | 1100100 | 0 | 1001100 | 10010 | 10000111 | 1100100 | 101001 |
Color Harmonies of #00D133
Complementary color
Monochromatic Colors of #00D133
Black with #00D133
Text Example
Text Example
White with #00D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D133; }
p { color: rgb(0,209,51); }
H1.HeaderClassName
{
color: #00D133;
}
.AnyTagClassName
{
color: #00D133;
}
</style>
background-color css
<style>
a { background-color: #00D133; }
a { background-color: rgb(0,209,51); }
div.DivClassName
{
background-color: #00D133;
}
.BgClassName
{
background-color: #00D133;
}
</style>
border-color css
<style>
span { border-color: #00D133; }
span { border-color: rgb(0,209,51); }
td.TdClassName
{
border-color: #00D133;
}
.TagClassName
{
border-color: #00D133;
}
</style>