Shades of Dark Pastel Green #00D52C
Tints of Dark Pastel Green #00D52C
RGB
CMYK
RGB Variations
Color information
#00D52C (or 0x00D52C) is known color: Dark Pastel Green. HEX triplet: 00, D5 and 2C. RGB value is (0,213,44). Sum of RGB (Red+Green+Blue) = 0+213+44=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #00D52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D52C is #FF2AD3. Grayscale: #828282. Windows color (decimal): -16722644 or 2938112. OLE color: 2938112.
HSL color Cylindrical-coordinate representation of color #00D52C: hue angle of 132.39º 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 #00D52C is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 44 | - |
| CMYK | 1 | 0 | 0.79 | 0.16 |
| HSL | 132.39º | 1% | 0.42% | - |
| HSV(B) | 132.39º | 1% | 0.84% | - |
| XYZ | 24.25 | 47.77 | 10.33 | - |
| YUV | 130.05 | 79.43 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 44 | 1 | 0 | 0.79 | 0.16 | 132.39 | 1 | 0.42 |
| Hex | 0 | D5 | 2C | 64 | 0 | 4F | 10 | 84 | 64 | 2A |
| Octal | 0 | 325 | 54 | 144 | 0 | 117 | 20 | 204 | 144 | 52 |
| Binary | 0 | 11010101 | 101100 | 1100100 | 0 | 1001111 | 10000 | 10000100 | 1100100 | 101010 |
Color Harmonies of #00D52C
Complementary color
Monochromatic Colors of #00D52C
Black with #00D52C
Text Example
Text Example
White with #00D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D52C; }
p { color: rgb(0,213,44); }
H1.HeaderClassName
{
color: #00D52C;
}
.AnyTagClassName
{
color: #00D52C;
}
</style>
background-color css
<style>
a { background-color: #00D52C; }
a { background-color: rgb(0,213,44); }
div.DivClassName
{
background-color: #00D52C;
}
.BgClassName
{
background-color: #00D52C;
}
</style>
border-color css
<style>
span { border-color: #00D52C; }
span { border-color: rgb(0,213,44); }
td.TdClassName
{
border-color: #00D52C;
}
.TagClassName
{
border-color: #00D52C;
}
</style>