Shades of Dark Pastel Green #04B125
Tints of Dark Pastel Green #04B125
RGB
CMYK
RGB Variations
Color information
#04B125 (or 0x04B125) is known color: Dark Pastel Green. HEX triplet: 04, B1 and 25. RGB value is (4,177,37). Sum of RGB (Red+Green+Blue) = 4+177+37=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 177 (69.53% from 255 or 81.19% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 177 - color contains mainly: green. Hex color #04B125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B125 is #FB4EDA. Grayscale: #6D6D6D. Windows color (decimal): -16469723 or 2470148. OLE color: 2470148.
HSL color Cylindrical-coordinate representation of color #04B125: hue angle of 131.45º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B125 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 177 | 37 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.31 |
| HSL | 131.45º | 0.96% | 0.35% | - |
| HSV(B) | 131.45º | 0.98% | 0.69% | - |
| XYZ | 16.11 | 31.6 | 7 | - |
| YUV | 109.31 | 87.19 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 177 | 37 | 0.98 | 0 | 0.79 | 0.31 | 131.45 | 0.96 | 0.35 |
| Hex | 4 | B1 | 25 | 62 | 0 | 4F | 1F | 83 | 60 | 23 |
| Octal | 4 | 261 | 45 | 142 | 0 | 117 | 37 | 203 | 140 | 43 |
| Binary | 100 | 10110001 | 100101 | 1100010 | 0 | 1001111 | 11111 | 10000011 | 1100000 | 100011 |
Color Harmonies of #04B125
Complementary color
Monochromatic Colors of #04B125
Black with #04B125
Text Example
Text Example
White with #04B125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B125; }
p { color: rgb(4,177,37); }
H1.HeaderClassName
{
color: #04B125;
}
.AnyTagClassName
{
color: #04B125;
}
</style>
background-color css
<style>
a { background-color: #04B125; }
a { background-color: rgb(4,177,37); }
div.DivClassName
{
background-color: #04B125;
}
.BgClassName
{
background-color: #04B125;
}
</style>
border-color css
<style>
span { border-color: #04B125; }
span { border-color: rgb(4,177,37); }
td.TdClassName
{
border-color: #04B125;
}
.TagClassName
{
border-color: #04B125;
}
</style>