Shades of Dark Pastel Green #04C43D
Tints of Dark Pastel Green #04C43D
RGB
CMYK
RGB Variations
Color information
#04C43D (or 0x04C43D) is known color: Dark Pastel Green. HEX triplet: 04, C4 and 3D. RGB value is (4,196,61). Sum of RGB (Red+Green+Blue) = 4+196+61=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 196 (76.95% from 255 or 75.10% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 196 - color contains mainly: green. Hex color #04C43D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C43D is #FB3BC2. Grayscale: #7B7B7B. Windows color (decimal): -16464835 or 4047876. OLE color: 4047876.
HSL color Cylindrical-coordinate representation of color #04C43D: hue angle of 137.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C43D is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 196 | 61 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.23 |
| HSL | 137.81º | 0.96% | 0.39% | - |
| HSV(B) | 137.81º | 0.98% | 0.77% | - |
| XYZ | 20.63 | 39.84 | 11.02 | - |
| YUV | 123.2 | 92.89 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 196 | 61 | 0.98 | 0 | 0.69 | 0.23 | 137.81 | 0.96 | 0.39 |
| Hex | 4 | C4 | 3D | 62 | 0 | 45 | 17 | 8A | 60 | 27 |
| Octal | 4 | 304 | 75 | 142 | 0 | 105 | 27 | 212 | 140 | 47 |
| Binary | 100 | 11000100 | 111101 | 1100010 | 0 | 1000101 | 10111 | 10001010 | 1100000 | 100111 |
Color Harmonies of #04C43D
Complementary color
Monochromatic Colors of #04C43D
Black with #04C43D
Text Example
Text Example
White with #04C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C43D; }
p { color: rgb(4,196,61); }
H1.HeaderClassName
{
color: #04C43D;
}
.AnyTagClassName
{
color: #04C43D;
}
</style>
background-color css
<style>
a { background-color: #04C43D; }
a { background-color: rgb(4,196,61); }
div.DivClassName
{
background-color: #04C43D;
}
.BgClassName
{
background-color: #04C43D;
}
</style>
border-color css
<style>
span { border-color: #04C43D; }
span { border-color: rgb(4,196,61); }
td.TdClassName
{
border-color: #04C43D;
}
.TagClassName
{
border-color: #04C43D;
}
</style>