Shades of Dark Pastel Green #04BD1A
Tints of Dark Pastel Green #04BD1A
RGB
CMYK
RGB Variations
Color information
#04BD1A (or 0x04BD1A) is known color: Dark Pastel Green. HEX triplet: 04, BD and 1A. RGB value is (4,189,26). Sum of RGB (Red+Green+Blue) = 4+189+26=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 189 (74.22% from 255 or 86.30% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD1A is #FB42E5. Grayscale: #737373. Windows color (decimal): -16466662 or 1752324. OLE color: 1752324.
HSL color Cylindrical-coordinate representation of color #04BD1A: hue angle of 127.14º 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 #04BD1A is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 26 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.26 |
| HSL | 127.14º | 0.96% | 0.38% | - |
| HSV(B) | 127.14º | 0.98% | 0.74% | - |
| XYZ | 18.43 | 36.5 | 7.05 | - |
| YUV | 115.1 | 77.71 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 26 | 0.98 | 0 | 0.86 | 0.26 | 127.14 | 0.96 | 0.38 |
| Hex | 4 | BD | 1A | 62 | 0 | 56 | 1A | 7F | 60 | 26 |
| Octal | 4 | 275 | 32 | 142 | 0 | 126 | 32 | 177 | 140 | 46 |
| Binary | 100 | 10111101 | 11010 | 1100010 | 0 | 1010110 | 11010 | 1111111 | 1100000 | 100110 |
Color Harmonies of #04BD1A
Complementary color
Monochromatic Colors of #04BD1A
Black with #04BD1A
Text Example
Text Example
White with #04BD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD1A; }
p { color: rgb(4,189,26); }
H1.HeaderClassName
{
color: #04BD1A;
}
.AnyTagClassName
{
color: #04BD1A;
}
</style>
background-color css
<style>
a { background-color: #04BD1A; }
a { background-color: rgb(4,189,26); }
div.DivClassName
{
background-color: #04BD1A;
}
.BgClassName
{
background-color: #04BD1A;
}
</style>
border-color css
<style>
span { border-color: #04BD1A; }
span { border-color: rgb(4,189,26); }
td.TdClassName
{
border-color: #04BD1A;
}
.TagClassName
{
border-color: #04BD1A;
}
</style>