Shades of Dark Pastel Green #00D636
Tints of Dark Pastel Green #00D636
RGB
CMYK
RGB Variations
Color information
#00D636 (or 0x00D636) is known color: Dark Pastel Green. HEX triplet: 00, D6 and 36. RGB value is (0,214,54). Sum of RGB (Red+Green+Blue) = 0+214+54=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #00D636 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D636 is #FF29C9. Grayscale: #848484. Windows color (decimal): -16722378 or 3593728. OLE color: 3593728.
HSL color Cylindrical-coordinate representation of color #00D636: hue angle of 135.14º 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 #00D636 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 54 | - |
| CMYK | 1 | 0 | 0.75 | 0.16 |
| HSL | 135.14º | 1% | 0.42% | - |
| HSV(B) | 135.14º | 1% | 0.84% | - |
| XYZ | 24.71 | 48.36 | 11.52 | - |
| YUV | 131.77 | 84.1 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 54 | 1 | 0 | 0.75 | 0.16 | 135.14 | 1 | 0.42 |
| Hex | 0 | D6 | 36 | 64 | 0 | 4B | 10 | 87 | 64 | 2A |
| Octal | 0 | 326 | 66 | 144 | 0 | 113 | 20 | 207 | 144 | 52 |
| Binary | 0 | 11010110 | 110110 | 1100100 | 0 | 1001011 | 10000 | 10000111 | 1100100 | 101010 |
Color Harmonies of #00D636
Complementary color
Monochromatic Colors of #00D636
Black with #00D636
Text Example
Text Example
White with #00D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D636; }
p { color: rgb(0,214,54); }
H1.HeaderClassName
{
color: #00D636;
}
.AnyTagClassName
{
color: #00D636;
}
</style>
background-color css
<style>
a { background-color: #00D636; }
a { background-color: rgb(0,214,54); }
div.DivClassName
{
background-color: #00D636;
}
.BgClassName
{
background-color: #00D636;
}
</style>
border-color css
<style>
span { border-color: #00D636; }
span { border-color: rgb(0,214,54); }
td.TdClassName
{
border-color: #00D636;
}
.TagClassName
{
border-color: #00D636;
}
</style>