Shades of Dark Pastel Green #00D536
Tints of Dark Pastel Green #00D536
RGB
CMYK
RGB Variations
Color information
#00D536 (or 0x00D536) is known color: Dark Pastel Green. HEX triplet: 00, D5 and 36. RGB value is (0,213,54). Sum of RGB (Red+Green+Blue) = 0+213+54=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #00D536 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D536 is #FF2AC9. Grayscale: #838383. Windows color (decimal): -16722634 or 3593472. OLE color: 3593472.
HSL color Cylindrical-coordinate representation of color #00D536: hue angle of 135.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D536 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 54 | - |
| CMYK | 1 | 0 | 0.75 | 0.16 |
| HSL | 135.21º | 1% | 0.42% | - |
| HSV(B) | 135.21º | 1% | 0.84% | - |
| XYZ | 24.46 | 47.85 | 11.44 | - |
| YUV | 131.19 | 84.43 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 54 | 1 | 0 | 0.75 | 0.16 | 135.21 | 1 | 0.42 |
| Hex | 0 | D5 | 36 | 64 | 0 | 4B | 10 | 87 | 64 | 2A |
| Octal | 0 | 325 | 66 | 144 | 0 | 113 | 20 | 207 | 144 | 52 |
| Binary | 0 | 11010101 | 110110 | 1100100 | 0 | 1001011 | 10000 | 10000111 | 1100100 | 101010 |
Color Harmonies of #00D536
Complementary color
Monochromatic Colors of #00D536
Black with #00D536
Text Example
Text Example
White with #00D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D536; }
p { color: rgb(0,213,54); }
H1.HeaderClassName
{
color: #00D536;
}
.AnyTagClassName
{
color: #00D536;
}
</style>
background-color css
<style>
a { background-color: #00D536; }
a { background-color: rgb(0,213,54); }
div.DivClassName
{
background-color: #00D536;
}
.BgClassName
{
background-color: #00D536;
}
</style>
border-color css
<style>
span { border-color: #00D536; }
span { border-color: rgb(0,213,54); }
td.TdClassName
{
border-color: #00D536;
}
.TagClassName
{
border-color: #00D536;
}
</style>