Shades of Dark Pastel Green #04BD21
Tints of Dark Pastel Green #04BD21
RGB
CMYK
RGB Variations
Color information
#04BD21 (or 0x04BD21) is known color: Dark Pastel Green. HEX triplet: 04, BD and 21. RGB value is (4,189,33). Sum of RGB (Red+Green+Blue) = 4+189+33=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 189 (74.22% from 255 or 83.63% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD21 is #FB42DE. Grayscale: #747474. Windows color (decimal): -16466655 or 2211076. OLE color: 2211076.
HSL color Cylindrical-coordinate representation of color #04BD21: hue angle of 129.41º 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 #04BD21 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 33 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.26 |
| HSL | 129.41º | 0.96% | 0.38% | - |
| HSV(B) | 129.41º | 0.98% | 0.74% | - |
| XYZ | 18.52 | 36.53 | 7.51 | - |
| YUV | 115.9 | 81.21 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 33 | 0.98 | 0 | 0.83 | 0.26 | 129.41 | 0.96 | 0.38 |
| Hex | 4 | BD | 21 | 62 | 0 | 53 | 1A | 81 | 60 | 26 |
| Octal | 4 | 275 | 41 | 142 | 0 | 123 | 32 | 201 | 140 | 46 |
| Binary | 100 | 10111101 | 100001 | 1100010 | 0 | 1010011 | 11010 | 10000001 | 1100000 | 100110 |
Color Harmonies of #04BD21
Complementary color
Monochromatic Colors of #04BD21
Black with #04BD21
Text Example
Text Example
White with #04BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD21; }
p { color: rgb(4,189,33); }
H1.HeaderClassName
{
color: #04BD21;
}
.AnyTagClassName
{
color: #04BD21;
}
</style>
background-color css
<style>
a { background-color: #04BD21; }
a { background-color: rgb(4,189,33); }
div.DivClassName
{
background-color: #04BD21;
}
.BgClassName
{
background-color: #04BD21;
}
</style>
border-color css
<style>
span { border-color: #04BD21; }
span { border-color: rgb(4,189,33); }
td.TdClassName
{
border-color: #04BD21;
}
.TagClassName
{
border-color: #04BD21;
}
</style>