Shades of Dark Pastel Green #00D440
Tints of Dark Pastel Green #00D440
RGB
CMYK
RGB Variations
Color information
#00D440 (or 0x00D440) is known color: Dark Pastel Green. HEX triplet: 00, D4 and 40. RGB value is (0,212,64). Sum of RGB (Red+Green+Blue) = 0+212+64=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 212 (83.20% from 255 or 76.81% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 212 - color contains mainly: green. Hex color #00D440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D440 is #FF2BBF. Grayscale: #848484. Windows color (decimal): -16722880 or 4248576. OLE color: 4248576.
HSL color Cylindrical-coordinate representation of color #00D440: hue angle of 138.11º 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 #00D440 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 64 | - |
| CMYK | 1 | 0 | 0.70 | 0.17 |
| HSL | 138.11º | 1% | 0.42% | - |
| HSV(B) | 138.11º | 1% | 0.83% | - |
| XYZ | 24.47 | 47.46 | 12.72 | - |
| YUV | 131.74 | 89.76 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 64 | 1 | 0 | 0.70 | 0.17 | 138.11 | 1 | 0.42 |
| Hex | 0 | D4 | 40 | 64 | 0 | 46 | 11 | 8A | 64 | 2A |
| Octal | 0 | 324 | 100 | 144 | 0 | 106 | 21 | 212 | 144 | 52 |
| Binary | 0 | 11010100 | 1000000 | 1100100 | 0 | 1000110 | 10001 | 10001010 | 1100100 | 101010 |
Color Harmonies of #00D440
Complementary color
Monochromatic Colors of #00D440
Black with #00D440
Text Example
Text Example
White with #00D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D440; }
p { color: rgb(0,212,64); }
H1.HeaderClassName
{
color: #00D440;
}
.AnyTagClassName
{
color: #00D440;
}
</style>
background-color css
<style>
a { background-color: #00D440; }
a { background-color: rgb(0,212,64); }
div.DivClassName
{
background-color: #00D440;
}
.BgClassName
{
background-color: #00D440;
}
</style>
border-color css
<style>
span { border-color: #00D440; }
span { border-color: rgb(0,212,64); }
td.TdClassName
{
border-color: #00D440;
}
.TagClassName
{
border-color: #00D440;
}
</style>