Shades of Dark Pastel Green #04BF4D
Tints of Dark Pastel Green #04BF4D
RGB
CMYK
RGB Variations
Color information
#04BF4D (or 0x04BF4D) is known color: Dark Pastel Green. HEX triplet: 04, BF and 4D. RGB value is (4,191,77). Sum of RGB (Red+Green+Blue) = 4+191+77=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BF4D is #FB40B2. Grayscale: #7A7A7A. Windows color (decimal): -16466099 or 5095172. OLE color: 5095172.
HSL color Cylindrical-coordinate representation of color #04BF4D: hue angle of 143.42º 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 #04BF4D is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 191 | 77 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.25 |
| HSL | 143.42º | 0.96% | 0.38% | - |
| HSV(B) | 143.42º | 0.98% | 0.75% | - |
| XYZ | 20.02 | 37.82 | 13.27 | - |
| YUV | 122.09 | 102.55 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 77 | 0.98 | 0 | 0.60 | 0.25 | 143.42 | 0.96 | 0.38 |
| Hex | 4 | BF | 4D | 62 | 0 | 3C | 19 | 8F | 60 | 26 |
| Octal | 4 | 277 | 115 | 142 | 0 | 74 | 31 | 217 | 140 | 46 |
| Binary | 100 | 10111111 | 1001101 | 1100010 | 0 | 111100 | 11001 | 10001111 | 1100000 | 100110 |
Color Harmonies of #04BF4D
Complementary color
Monochromatic Colors of #04BF4D
Black with #04BF4D
Text Example
Text Example
White with #04BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BF4D; }
p { color: rgb(4,191,77); }
H1.HeaderClassName
{
color: #04BF4D;
}
.AnyTagClassName
{
color: #04BF4D;
}
</style>
background-color css
<style>
a { background-color: #04BF4D; }
a { background-color: rgb(4,191,77); }
div.DivClassName
{
background-color: #04BF4D;
}
.BgClassName
{
background-color: #04BF4D;
}
</style>
border-color css
<style>
span { border-color: #04BF4D; }
span { border-color: rgb(4,191,77); }
td.TdClassName
{
border-color: #04BF4D;
}
.TagClassName
{
border-color: #04BF4D;
}
</style>