Shades of Dark Pastel Green #07C04A
Tints of Dark Pastel Green #07C04A
RGB
CMYK
RGB Variations
Color information
#07C04A (or 0x07C04A) is known color: Dark Pastel Green. HEX triplet: 07, C0 and 4A. RGB value is (7,192,74). Sum of RGB (Red+Green+Blue) = 7+192+74=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #07C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C04A is #F83FB5. Grayscale: #7B7B7B. Windows color (decimal): -16269238 or 4898823. OLE color: 4898823.
HSL color Cylindrical-coordinate representation of color #07C04A: hue angle of 141.73º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C04A is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 74 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.25 |
| HSL | 141.73º | 0.93% | 0.39% | - |
| HSV(B) | 141.73º | 0.96% | 0.75% | - |
| XYZ | 20.17 | 38.24 | 12.8 | - |
| YUV | 123.23 | 100.21 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 74 | 0.96 | 0 | 0.61 | 0.25 | 141.73 | 0.93 | 0.39 |
| Hex | 7 | C0 | 4A | 60 | 0 | 3D | 19 | 8E | 5D | 27 |
| Octal | 7 | 300 | 112 | 140 | 0 | 75 | 31 | 216 | 135 | 47 |
| Binary | 111 | 11000000 | 1001010 | 1100000 | 0 | 111101 | 11001 | 10001110 | 1011101 | 100111 |
Color Harmonies of #07C04A
Complementary color
Monochromatic Colors of #07C04A
Black with #07C04A
Text Example
Text Example
White with #07C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C04A; }
p { color: rgb(7,192,74); }
H1.HeaderClassName
{
color: #07C04A;
}
.AnyTagClassName
{
color: #07C04A;
}
</style>
background-color css
<style>
a { background-color: #07C04A; }
a { background-color: rgb(7,192,74); }
div.DivClassName
{
background-color: #07C04A;
}
.BgClassName
{
background-color: #07C04A;
}
</style>
border-color css
<style>
span { border-color: #07C04A; }
span { border-color: rgb(7,192,74); }
td.TdClassName
{
border-color: #07C04A;
}
.TagClassName
{
border-color: #07C04A;
}
</style>