Shades of Dark Pastel Green #00D725
Tints of Dark Pastel Green #00D725
RGB
CMYK
RGB Variations
Color information
#00D725 (or 0x00D725) is known color: Dark Pastel Green. HEX triplet: 00, D7 and 25. RGB value is (0,215,37). Sum of RGB (Red+Green+Blue) = 0+215+37=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 215 (84.38% from 255 or 85.32% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 215 - color contains mainly: green. Hex color #00D725 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D725 is #FF28DA. Grayscale: #828282. Windows color (decimal): -16722139 or 2479872. OLE color: 2479872.
HSL color Cylindrical-coordinate representation of color #00D725: hue angle of 130.33º 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 #00D725 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 37 | - |
| CMYK | 1 | 0 | 0.83 | 0.16 |
| HSL | 130.33º | 1% | 0.42% | - |
| HSV(B) | 130.33º | 1% | 0.84% | - |
| XYZ | 24.63 | 48.73 | 9.86 | - |
| YUV | 130.42 | 75.27 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 37 | 1 | 0 | 0.83 | 0.16 | 130.33 | 1 | 0.42 |
| Hex | 0 | D7 | 25 | 64 | 0 | 53 | 10 | 82 | 64 | 2A |
| Octal | 0 | 327 | 45 | 144 | 0 | 123 | 20 | 202 | 144 | 52 |
| Binary | 0 | 11010111 | 100101 | 1100100 | 0 | 1010011 | 10000 | 10000010 | 1100100 | 101010 |
Color Harmonies of #00D725
Complementary color
Monochromatic Colors of #00D725
Black with #00D725
Text Example
Text Example
White with #00D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D725; }
p { color: rgb(0,215,37); }
H1.HeaderClassName
{
color: #00D725;
}
.AnyTagClassName
{
color: #00D725;
}
</style>
background-color css
<style>
a { background-color: #00D725; }
a { background-color: rgb(0,215,37); }
div.DivClassName
{
background-color: #00D725;
}
.BgClassName
{
background-color: #00D725;
}
</style>
border-color css
<style>
span { border-color: #00D725; }
span { border-color: rgb(0,215,37); }
td.TdClassName
{
border-color: #00D725;
}
.TagClassName
{
border-color: #00D725;
}
</style>