Shades of Dark Pastel Green #04BD43
Tints of Dark Pastel Green #04BD43
RGB
CMYK
RGB Variations
Color information
#04BD43 (or 0x04BD43) is known color: Dark Pastel Green. HEX triplet: 04, BD and 43. RGB value is (4,189,67). Sum of RGB (Red+Green+Blue) = 4+189+67=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 189 (74.22% from 255 or 72.69% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD43 is #FB42BC. Grayscale: #787878. Windows color (decimal): -16466621 or 4439300. OLE color: 4439300.
HSL color Cylindrical-coordinate representation of color #04BD43: hue angle of 140.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD43 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 67 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.26 |
| HSL | 140.43º | 0.96% | 0.38% | - |
| HSV(B) | 140.43º | 0.98% | 0.74% | - |
| XYZ | 19.26 | 36.83 | 11.4 | - |
| YUV | 119.78 | 98.21 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 67 | 0.98 | 0 | 0.65 | 0.26 | 140.43 | 0.96 | 0.38 |
| Hex | 4 | BD | 43 | 62 | 0 | 41 | 1A | 8C | 60 | 26 |
| Octal | 4 | 275 | 103 | 142 | 0 | 101 | 32 | 214 | 140 | 46 |
| Binary | 100 | 10111101 | 1000011 | 1100010 | 0 | 1000001 | 11010 | 10001100 | 1100000 | 100110 |
Color Harmonies of #04BD43
Complementary color
Monochromatic Colors of #04BD43
Black with #04BD43
Text Example
Text Example
White with #04BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD43; }
p { color: rgb(4,189,67); }
H1.HeaderClassName
{
color: #04BD43;
}
.AnyTagClassName
{
color: #04BD43;
}
</style>
background-color css
<style>
a { background-color: #04BD43; }
a { background-color: rgb(4,189,67); }
div.DivClassName
{
background-color: #04BD43;
}
.BgClassName
{
background-color: #04BD43;
}
</style>
border-color css
<style>
span { border-color: #04BD43; }
span { border-color: rgb(4,189,67); }
td.TdClassName
{
border-color: #04BD43;
}
.TagClassName
{
border-color: #04BD43;
}
</style>