Shades of Dark Pastel Green #00D43B
Tints of Dark Pastel Green #00D43B
RGB
CMYK
RGB Variations
Color information
#00D43B (or 0x00D43B) is known color: Dark Pastel Green. HEX triplet: 00, D4 and 3B. RGB value is (0,212,59). Sum of RGB (Red+Green+Blue) = 0+212+59=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 212 (83.20% from 255 or 78.23% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 212 - color contains mainly: green. Hex color #00D43B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D43B is #FF2BC4. Grayscale: #838383. Windows color (decimal): -16722885 or 3920896. OLE color: 3920896.
HSL color Cylindrical-coordinate representation of color #00D43B: hue angle of 136.7º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D43B is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 59 | - |
| CMYK | 1 | 0 | 0.72 | 0.17 |
| HSL | 136.7º | 1% | 0.42% | - |
| HSV(B) | 136.7º | 1% | 0.83% | - |
| XYZ | 24.33 | 47.4 | 12 | - |
| YUV | 131.17 | 87.26 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 59 | 1 | 0 | 0.72 | 0.17 | 136.7 | 1 | 0.42 |
| Hex | 0 | D4 | 3B | 64 | 0 | 48 | 11 | 89 | 64 | 2A |
| Octal | 0 | 324 | 73 | 144 | 0 | 110 | 21 | 211 | 144 | 52 |
| Binary | 0 | 11010100 | 111011 | 1100100 | 0 | 1001000 | 10001 | 10001001 | 1100100 | 101010 |
Color Harmonies of #00D43B
Complementary color
Monochromatic Colors of #00D43B
Black with #00D43B
Text Example
Text Example
White with #00D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D43B; }
p { color: rgb(0,212,59); }
H1.HeaderClassName
{
color: #00D43B;
}
.AnyTagClassName
{
color: #00D43B;
}
</style>
background-color css
<style>
a { background-color: #00D43B; }
a { background-color: rgb(0,212,59); }
div.DivClassName
{
background-color: #00D43B;
}
.BgClassName
{
background-color: #00D43B;
}
</style>
border-color css
<style>
span { border-color: #00D43B; }
span { border-color: rgb(0,212,59); }
td.TdClassName
{
border-color: #00D43B;
}
.TagClassName
{
border-color: #00D43B;
}
</style>