Shades of Dark Pastel Green #07C54B
Tints of Dark Pastel Green #07C54B
RGB
CMYK
RGB Variations
Color information
#07C54B (or 0x07C54B) is known color: Dark Pastel Green. HEX triplet: 07, C5 and 4B. RGB value is (7,197,75). Sum of RGB (Red+Green+Blue) = 7+197+75=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #07C54B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C54B is #F83AB4. Grayscale: #7E7E7E. Windows color (decimal): -16267957 or 4965639. OLE color: 4965639.
HSL color Cylindrical-coordinate representation of color #07C54B: hue angle of 141.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C54B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 197 | 75 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.23 |
| HSL | 141.47º | 0.93% | 0.4% | - |
| HSV(B) | 141.47º | 0.96% | 0.77% | - |
| XYZ | 21.32 | 40.49 | 13.35 | - |
| YUV | 126.28 | 99.05 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 75 | 0.96 | 0 | 0.62 | 0.23 | 141.47 | 0.93 | 0.4 |
| Hex | 7 | C5 | 4B | 60 | 0 | 3E | 17 | 8D | 5D | 28 |
| Octal | 7 | 305 | 113 | 140 | 0 | 76 | 27 | 215 | 135 | 50 |
| Binary | 111 | 11000101 | 1001011 | 1100000 | 0 | 111110 | 10111 | 10001101 | 1011101 | 101000 |
Color Harmonies of #07C54B
Complementary color
Monochromatic Colors of #07C54B
Black with #07C54B
Text Example
Text Example
White with #07C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C54B; }
p { color: rgb(7,197,75); }
H1.HeaderClassName
{
color: #07C54B;
}
.AnyTagClassName
{
color: #07C54B;
}
</style>
background-color css
<style>
a { background-color: #07C54B; }
a { background-color: rgb(7,197,75); }
div.DivClassName
{
background-color: #07C54B;
}
.BgClassName
{
background-color: #07C54B;
}
</style>
border-color css
<style>
span { border-color: #07C54B; }
span { border-color: rgb(7,197,75); }
td.TdClassName
{
border-color: #07C54B;
}
.TagClassName
{
border-color: #07C54B;
}
</style>