Shades of Dark Pastel Green #07D525
Tints of Dark Pastel Green #07D525
RGB
CMYK
RGB Variations
Color information
#07D525 (or 0x07D525) is known color: Dark Pastel Green. HEX triplet: 07, D5 and 25. RGB value is (7,213,37). Sum of RGB (Red+Green+Blue) = 7+213+37=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #07D525 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D525 is #F82ADA. Grayscale: #838383. Windows color (decimal): -16263899 or 2479367. OLE color: 2479367.
HSL color Cylindrical-coordinate representation of color #07D525: hue angle of 128.74º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D525 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 213 | 37 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.16 |
| HSL | 128.74º | 0.94% | 0.43% | - |
| HSV(B) | 128.74º | 0.97% | 0.84% | - |
| XYZ | 24.22 | 47.77 | 9.69 | - |
| YUV | 131.34 | 74.75 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 213 | 37 | 0.97 | 0 | 0.83 | 0.16 | 128.74 | 0.94 | 0.43 |
| Hex | 7 | D5 | 25 | 61 | 0 | 53 | 10 | 81 | 5E | 2B |
| Octal | 7 | 325 | 45 | 141 | 0 | 123 | 20 | 201 | 136 | 53 |
| Binary | 111 | 11010101 | 100101 | 1100001 | 0 | 1010011 | 10000 | 10000001 | 1011110 | 101011 |
Color Harmonies of #07D525
Complementary color
Monochromatic Colors of #07D525
Black with #07D525
Text Example
Text Example
White with #07D525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D525; }
p { color: rgb(7,213,37); }
H1.HeaderClassName
{
color: #07D525;
}
.AnyTagClassName
{
color: #07D525;
}
</style>
background-color css
<style>
a { background-color: #07D525; }
a { background-color: rgb(7,213,37); }
div.DivClassName
{
background-color: #07D525;
}
.BgClassName
{
background-color: #07D525;
}
</style>
border-color css
<style>
span { border-color: #07D525; }
span { border-color: rgb(7,213,37); }
td.TdClassName
{
border-color: #07D525;
}
.TagClassName
{
border-color: #07D525;
}
</style>