Shades of Dark Pastel Green #07D527
Tints of Dark Pastel Green #07D527
RGB
CMYK
RGB Variations
Color information
#07D527 (or 0x07D527) is known color: Dark Pastel Green. HEX triplet: 07, D5 and 27. RGB value is (7,213,39). Sum of RGB (Red+Green+Blue) = 7+213+39=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 213 (83.59% from 255 or 82.24% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 213 - color contains mainly: green. Hex color #07D527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D527 is #F82AD8. Grayscale: #848484. Windows color (decimal): -16263897 or 2610439. OLE color: 2610439.
HSL color Cylindrical-coordinate representation of color #07D527: hue angle of 129.32º 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 #07D527 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 213 | 39 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.16 |
| HSL | 129.32º | 0.94% | 0.43% | - |
| HSV(B) | 129.32º | 0.97% | 0.84% | - |
| XYZ | 24.25 | 47.78 | 9.86 | - |
| YUV | 131.57 | 75.75 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 213 | 39 | 0.97 | 0 | 0.82 | 0.16 | 129.32 | 0.94 | 0.43 |
| Hex | 7 | D5 | 27 | 61 | 0 | 52 | 10 | 81 | 5E | 2B |
| Octal | 7 | 325 | 47 | 141 | 0 | 122 | 20 | 201 | 136 | 53 |
| Binary | 111 | 11010101 | 100111 | 1100001 | 0 | 1010010 | 10000 | 10000001 | 1011110 | 101011 |
Color Harmonies of #07D527
Complementary color
Monochromatic Colors of #07D527
Black with #07D527
Text Example
Text Example
White with #07D527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D527; }
p { color: rgb(7,213,39); }
H1.HeaderClassName
{
color: #07D527;
}
.AnyTagClassName
{
color: #07D527;
}
</style>
background-color css
<style>
a { background-color: #07D527; }
a { background-color: rgb(7,213,39); }
div.DivClassName
{
background-color: #07D527;
}
.BgClassName
{
background-color: #07D527;
}
</style>
border-color css
<style>
span { border-color: #07D527; }
span { border-color: rgb(7,213,39); }
td.TdClassName
{
border-color: #07D527;
}
.TagClassName
{
border-color: #07D527;
}
</style>