Shades of Dark Pastel Green #07B51E
Tints of Dark Pastel Green #07B51E
RGB
CMYK
RGB Variations
Color information
#07B51E (or 0x07B51E) is known color: Dark Pastel Green. HEX triplet: 07, B5 and 1E. RGB value is (7,181,30). Sum of RGB (Red+Green+Blue) = 7+181+30=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 181 (71.09% from 255 or 83.03% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 181 - color contains mainly: green. Hex color #07B51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B51E is #F84AE1. Grayscale: #707070. Windows color (decimal): -16272098 or 2012423. OLE color: 2012423.
HSL color Cylindrical-coordinate representation of color #07B51E: hue angle of 127.93º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B51E is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 181 | 30 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.29 |
| HSL | 127.93º | 0.93% | 0.37% | - |
| HSV(B) | 127.93º | 0.96% | 0.71% | - |
| XYZ | 16.85 | 33.19 | 6.75 | - |
| YUV | 111.76 | 81.85 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 181 | 30 | 0.96 | 0 | 0.83 | 0.29 | 127.93 | 0.93 | 0.37 |
| Hex | 7 | B5 | 1E | 60 | 0 | 53 | 1D | 80 | 5D | 25 |
| Octal | 7 | 265 | 36 | 140 | 0 | 123 | 35 | 200 | 135 | 45 |
| Binary | 111 | 10110101 | 11110 | 1100000 | 0 | 1010011 | 11101 | 10000000 | 1011101 | 100101 |
Color Harmonies of #07B51E
Complementary color
Monochromatic Colors of #07B51E
Black with #07B51E
Text Example
Text Example
White with #07B51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B51E; }
p { color: rgb(7,181,30); }
H1.HeaderClassName
{
color: #07B51E;
}
.AnyTagClassName
{
color: #07B51E;
}
</style>
background-color css
<style>
a { background-color: #07B51E; }
a { background-color: rgb(7,181,30); }
div.DivClassName
{
background-color: #07B51E;
}
.BgClassName
{
background-color: #07B51E;
}
</style>
border-color css
<style>
span { border-color: #07B51E; }
span { border-color: rgb(7,181,30); }
td.TdClassName
{
border-color: #07B51E;
}
.TagClassName
{
border-color: #07B51E;
}
</style>