Shades of Dark Pastel Green #04BB1F
Tints of Dark Pastel Green #04BB1F
RGB
CMYK
RGB Variations
Color information
#04BB1F (or 0x04BB1F) is known color: Dark Pastel Green. HEX triplet: 04, BB and 1F. RGB value is (4,187,31). Sum of RGB (Red+Green+Blue) = 4+187+31=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 187 (73.44% from 255 or 84.23% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BB1F is #FB44E0. Grayscale: #727272. Windows color (decimal): -16467169 or 2079492. OLE color: 2079492.
HSL color Cylindrical-coordinate representation of color #04BB1F: hue angle of 128.85º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BB1F is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 31 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.27 |
| HSL | 128.85º | 0.96% | 0.37% | - |
| HSV(B) | 128.85º | 0.98% | 0.73% | - |
| XYZ | 18.07 | 35.67 | 7.23 | - |
| YUV | 114.5 | 80.87 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 31 | 0.98 | 0 | 0.83 | 0.27 | 128.85 | 0.96 | 0.37 |
| Hex | 4 | BB | 1F | 62 | 0 | 53 | 1B | 81 | 60 | 25 |
| Octal | 4 | 273 | 37 | 142 | 0 | 123 | 33 | 201 | 140 | 45 |
| Binary | 100 | 10111011 | 11111 | 1100010 | 0 | 1010011 | 11011 | 10000001 | 1100000 | 100101 |
Color Harmonies of #04BB1F
Complementary color
Monochromatic Colors of #04BB1F
Black with #04BB1F
Text Example
Text Example
White with #04BB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BB1F; }
p { color: rgb(4,187,31); }
H1.HeaderClassName
{
color: #04BB1F;
}
.AnyTagClassName
{
color: #04BB1F;
}
</style>
background-color css
<style>
a { background-color: #04BB1F; }
a { background-color: rgb(4,187,31); }
div.DivClassName
{
background-color: #04BB1F;
}
.BgClassName
{
background-color: #04BB1F;
}
</style>
border-color css
<style>
span { border-color: #04BB1F; }
span { border-color: rgb(4,187,31); }
td.TdClassName
{
border-color: #04BB1F;
}
.TagClassName
{
border-color: #04BB1F;
}
</style>