Shades of Dark Pastel Green #00D33F
Tints of Dark Pastel Green #00D33F
RGB
CMYK
RGB Variations
Color information
#00D33F (or 0x00D33F) is known color: Dark Pastel Green. HEX triplet: 00, D3 and 3F. RGB value is (0,211,63). Sum of RGB (Red+Green+Blue) = 0+211+63=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #00D33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D33F is #FF2CC0. Grayscale: #838383. Windows color (decimal): -16723137 or 4182784. OLE color: 4182784.
HSL color Cylindrical-coordinate representation of color #00D33F: hue angle of 137.91º 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 #00D33F is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 63 | - |
| CMYK | 1 | 0 | 0.70 | 0.17 |
| HSL | 137.91º | 1% | 0.41% | - |
| HSV(B) | 137.91º | 1% | 0.83% | - |
| XYZ | 24.19 | 46.95 | 12.49 | - |
| YUV | 131.04 | 89.6 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 63 | 1 | 0 | 0.70 | 0.17 | 137.91 | 1 | 0.41 |
| Hex | 0 | D3 | 3F | 64 | 0 | 46 | 11 | 8A | 64 | 29 |
| Octal | 0 | 323 | 77 | 144 | 0 | 106 | 21 | 212 | 144 | 51 |
| Binary | 0 | 11010011 | 111111 | 1100100 | 0 | 1000110 | 10001 | 10001010 | 1100100 | 101001 |
Color Harmonies of #00D33F
Complementary color
Monochromatic Colors of #00D33F
Black with #00D33F
Text Example
Text Example
White with #00D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D33F; }
p { color: rgb(0,211,63); }
H1.HeaderClassName
{
color: #00D33F;
}
.AnyTagClassName
{
color: #00D33F;
}
</style>
background-color css
<style>
a { background-color: #00D33F; }
a { background-color: rgb(0,211,63); }
div.DivClassName
{
background-color: #00D33F;
}
.BgClassName
{
background-color: #00D33F;
}
</style>
border-color css
<style>
span { border-color: #00D33F; }
span { border-color: rgb(0,211,63); }
td.TdClassName
{
border-color: #00D33F;
}
.TagClassName
{
border-color: #00D33F;
}
</style>