Shades of Dark Pastel Green #07D52B
Tints of Dark Pastel Green #07D52B
RGB
CMYK
RGB Variations
Color information
#07D52B (or 0x07D52B) is known color: Dark Pastel Green. HEX triplet: 07, D5 and 2B. RGB value is (7,213,43). Sum of RGB (Red+Green+Blue) = 7+213+43=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 213 (83.59% from 255 or 80.99% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 213 - color contains mainly: green. Hex color #07D52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D52B is #F82AD4. Grayscale: #848484. Windows color (decimal): -16263893 or 2872583. OLE color: 2872583.
HSL color Cylindrical-coordinate representation of color #07D52B: hue angle of 130.49º 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 #07D52B is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 213 | 43 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.16 |
| HSL | 130.49º | 0.94% | 0.43% | - |
| HSV(B) | 130.49º | 0.97% | 0.84% | - |
| XYZ | 24.32 | 47.81 | 10.23 | - |
| YUV | 132.03 | 77.75 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 213 | 43 | 0.97 | 0 | 0.80 | 0.16 | 130.49 | 0.94 | 0.43 |
| Hex | 7 | D5 | 2B | 61 | 0 | 50 | 10 | 82 | 5E | 2B |
| Octal | 7 | 325 | 53 | 141 | 0 | 120 | 20 | 202 | 136 | 53 |
| Binary | 111 | 11010101 | 101011 | 1100001 | 0 | 1010000 | 10000 | 10000010 | 1011110 | 101011 |
Color Harmonies of #07D52B
Complementary color
Monochromatic Colors of #07D52B
Black with #07D52B
Text Example
Text Example
White with #07D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D52B; }
p { color: rgb(7,213,43); }
H1.HeaderClassName
{
color: #07D52B;
}
.AnyTagClassName
{
color: #07D52B;
}
</style>
background-color css
<style>
a { background-color: #07D52B; }
a { background-color: rgb(7,213,43); }
div.DivClassName
{
background-color: #07D52B;
}
.BgClassName
{
background-color: #07D52B;
}
</style>
border-color css
<style>
span { border-color: #07D52B; }
span { border-color: rgb(7,213,43); }
td.TdClassName
{
border-color: #07D52B;
}
.TagClassName
{
border-color: #07D52B;
}
</style>