Shades of Dark Pastel Green #04BC3F
Tints of Dark Pastel Green #04BC3F
RGB
CMYK
RGB Variations
Color information
#04BC3F (or 0x04BC3F) is known color: Dark Pastel Green. HEX triplet: 04, BC and 3F. RGB value is (4,188,63). Sum of RGB (Red+Green+Blue) = 4+188+63=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC3F is #FB43C0. Grayscale: #777777. Windows color (decimal): -16466881 or 4176900. OLE color: 4176900.
HSL color Cylindrical-coordinate representation of color #04BC3F: hue angle of 139.24º 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 #04BC3F is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 63 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.26 |
| HSL | 139.24º | 0.96% | 0.38% | - |
| HSV(B) | 139.24º | 0.98% | 0.74% | - |
| XYZ | 18.93 | 36.35 | 10.72 | - |
| YUV | 118.73 | 96.54 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 63 | 0.98 | 0 | 0.66 | 0.26 | 139.24 | 0.96 | 0.38 |
| Hex | 4 | BC | 3F | 62 | 0 | 42 | 1A | 8B | 60 | 26 |
| Octal | 4 | 274 | 77 | 142 | 0 | 102 | 32 | 213 | 140 | 46 |
| Binary | 100 | 10111100 | 111111 | 1100010 | 0 | 1000010 | 11010 | 10001011 | 1100000 | 100110 |
Color Harmonies of #04BC3F
Complementary color
Monochromatic Colors of #04BC3F
Black with #04BC3F
Text Example
Text Example
White with #04BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC3F; }
p { color: rgb(4,188,63); }
H1.HeaderClassName
{
color: #04BC3F;
}
.AnyTagClassName
{
color: #04BC3F;
}
</style>
background-color css
<style>
a { background-color: #04BC3F; }
a { background-color: rgb(4,188,63); }
div.DivClassName
{
background-color: #04BC3F;
}
.BgClassName
{
background-color: #04BC3F;
}
</style>
border-color css
<style>
span { border-color: #04BC3F; }
span { border-color: rgb(4,188,63); }
td.TdClassName
{
border-color: #04BC3F;
}
.TagClassName
{
border-color: #04BC3F;
}
</style>