Shades of Dark Pastel Green #00D33D
Tints of Dark Pastel Green #00D33D
RGB
CMYK
RGB Variations
Color information
#00D33D (or 0x00D33D) is known color: Dark Pastel Green. HEX triplet: 00, D3 and 3D. RGB value is (0,211,61). Sum of RGB (Red+Green+Blue) = 0+211+61=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 211 (82.81% from 255 or 77.57% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 211 - color contains mainly: green. Hex color #00D33D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D33D is #FF2CC2. Grayscale: #838383. Windows color (decimal): -16723139 or 4051712. OLE color: 4051712.
HSL color Cylindrical-coordinate representation of color #00D33D: hue angle of 137.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D33D is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 61 | - |
| CMYK | 1 | 0 | 0.71 | 0.17 |
| HSL | 137.35º | 1% | 0.41% | - |
| HSV(B) | 137.35º | 1% | 0.83% | - |
| XYZ | 24.14 | 46.93 | 12.2 | - |
| YUV | 130.81 | 88.6 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 61 | 1 | 0 | 0.71 | 0.17 | 137.35 | 1 | 0.41 |
| Hex | 0 | D3 | 3D | 64 | 0 | 47 | 11 | 89 | 64 | 29 |
| Octal | 0 | 323 | 75 | 144 | 0 | 107 | 21 | 211 | 144 | 51 |
| Binary | 0 | 11010011 | 111101 | 1100100 | 0 | 1000111 | 10001 | 10001001 | 1100100 | 101001 |
Color Harmonies of #00D33D
Complementary color
Monochromatic Colors of #00D33D
Black with #00D33D
Text Example
Text Example
White with #00D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D33D; }
p { color: rgb(0,211,61); }
H1.HeaderClassName
{
color: #00D33D;
}
.AnyTagClassName
{
color: #00D33D;
}
</style>
background-color css
<style>
a { background-color: #00D33D; }
a { background-color: rgb(0,211,61); }
div.DivClassName
{
background-color: #00D33D;
}
.BgClassName
{
background-color: #00D33D;
}
</style>
border-color css
<style>
span { border-color: #00D33D; }
span { border-color: rgb(0,211,61); }
td.TdClassName
{
border-color: #00D33D;
}
.TagClassName
{
border-color: #00D33D;
}
</style>