Shades of Dark Pastel Green #04BF1D
Tints of Dark Pastel Green #04BF1D
RGB
CMYK
RGB Variations
Color information
#04BF1D (or 0x04BF1D) is known color: Dark Pastel Green. HEX triplet: 04, BF and 1D. RGB value is (4,191,29). Sum of RGB (Red+Green+Blue) = 4+191+29=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 191 (75% from 255 or 85.27% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BF1D is #FB40E2. Grayscale: #757575. Windows color (decimal): -16466147 or 1949444. OLE color: 1949444.
HSL color Cylindrical-coordinate representation of color #04BF1D: hue angle of 128.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BF1D is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 29 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.25 |
| HSL | 128.02º | 0.96% | 0.38% | - |
| HSV(B) | 128.02º | 0.98% | 0.75% | - |
| XYZ | 18.9 | 37.38 | 7.38 | - |
| YUV | 116.62 | 78.55 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 29 | 0.98 | 0 | 0.85 | 0.25 | 128.02 | 0.96 | 0.38 |
| Hex | 4 | BF | 1D | 62 | 0 | 55 | 19 | 80 | 60 | 26 |
| Octal | 4 | 277 | 35 | 142 | 0 | 125 | 31 | 200 | 140 | 46 |
| Binary | 100 | 10111111 | 11101 | 1100010 | 0 | 1010101 | 11001 | 10000000 | 1100000 | 100110 |
Color Harmonies of #04BF1D
Complementary color
Monochromatic Colors of #04BF1D
Black with #04BF1D
Text Example
Text Example
White with #04BF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BF1D; }
p { color: rgb(4,191,29); }
H1.HeaderClassName
{
color: #04BF1D;
}
.AnyTagClassName
{
color: #04BF1D;
}
</style>
background-color css
<style>
a { background-color: #04BF1D; }
a { background-color: rgb(4,191,29); }
div.DivClassName
{
background-color: #04BF1D;
}
.BgClassName
{
background-color: #04BF1D;
}
</style>
border-color css
<style>
span { border-color: #04BF1D; }
span { border-color: rgb(4,191,29); }
td.TdClassName
{
border-color: #04BF1D;
}
.TagClassName
{
border-color: #04BF1D;
}
</style>