Shades of Dark Pastel Green #04BE3E
Tints of Dark Pastel Green #04BE3E
RGB
CMYK
RGB Variations
Color information
#04BE3E (or 0x04BE3E) is known color: Dark Pastel Green. HEX triplet: 04, BE and 3E. RGB value is (4,190,62). Sum of RGB (Red+Green+Blue) = 4+190+62=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 190 (74.61% from 255 or 74.22% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BE3E is #FB41C1. Grayscale: #787878. Windows color (decimal): -16466370 or 4111876. OLE color: 4111876.
HSL color Cylindrical-coordinate representation of color #04BE3E: hue angle of 138.71º 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 #04BE3E is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 190 | 62 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.25 |
| HSL | 138.71º | 0.96% | 0.38% | - |
| HSV(B) | 138.71º | 0.98% | 0.75% | - |
| XYZ | 19.33 | 37.2 | 10.72 | - |
| YUV | 119.79 | 95.38 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 62 | 0.98 | 0 | 0.67 | 0.25 | 138.71 | 0.96 | 0.38 |
| Hex | 4 | BE | 3E | 62 | 0 | 43 | 19 | 8B | 60 | 26 |
| Octal | 4 | 276 | 76 | 142 | 0 | 103 | 31 | 213 | 140 | 46 |
| Binary | 100 | 10111110 | 111110 | 1100010 | 0 | 1000011 | 11001 | 10001011 | 1100000 | 100110 |
Color Harmonies of #04BE3E
Complementary color
Monochromatic Colors of #04BE3E
Black with #04BE3E
Text Example
Text Example
White with #04BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BE3E; }
p { color: rgb(4,190,62); }
H1.HeaderClassName
{
color: #04BE3E;
}
.AnyTagClassName
{
color: #04BE3E;
}
</style>
background-color css
<style>
a { background-color: #04BE3E; }
a { background-color: rgb(4,190,62); }
div.DivClassName
{
background-color: #04BE3E;
}
.BgClassName
{
background-color: #04BE3E;
}
</style>
border-color css
<style>
span { border-color: #04BE3E; }
span { border-color: rgb(4,190,62); }
td.TdClassName
{
border-color: #04BE3E;
}
.TagClassName
{
border-color: #04BE3E;
}
</style>