Shades of Dark Pastel Green #04CC3A
Tints of Dark Pastel Green #04CC3A
RGB
CMYK
RGB Variations
Color information
#04CC3A (or 0x04CC3A) is known color: Dark Pastel Green. HEX triplet: 04, CC and 3A. RGB value is (4,204,58). Sum of RGB (Red+Green+Blue) = 4+204+58=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC3A is #FB33C5. Grayscale: #7F7F7F. Windows color (decimal): -16462790 or 3853316. OLE color: 3853316.
HSL color Cylindrical-coordinate representation of color #04CC3A: hue angle of 136.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC3A is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 58 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.2 |
| HSL | 136.2º | 0.96% | 0.41% | - |
| HSV(B) | 136.2º | 0.98% | 0.8% | - |
| XYZ | 22.41 | 43.52 | 11.22 | - |
| YUV | 127.56 | 88.74 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 58 | 0.98 | 0 | 0.72 | 0.2 | 136.2 | 0.96 | 0.41 |
| Hex | 4 | CC | 3A | 62 | 0 | 48 | 14 | 88 | 60 | 29 |
| Octal | 4 | 314 | 72 | 142 | 0 | 110 | 24 | 210 | 140 | 51 |
| Binary | 100 | 11001100 | 111010 | 1100010 | 0 | 1001000 | 10100 | 10001000 | 1100000 | 101001 |
Color Harmonies of #04CC3A
Complementary color
Monochromatic Colors of #04CC3A
Black with #04CC3A
Text Example
Text Example
White with #04CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC3A; }
p { color: rgb(4,204,58); }
H1.HeaderClassName
{
color: #04CC3A;
}
.AnyTagClassName
{
color: #04CC3A;
}
</style>
background-color css
<style>
a { background-color: #04CC3A; }
a { background-color: rgb(4,204,58); }
div.DivClassName
{
background-color: #04CC3A;
}
.BgClassName
{
background-color: #04CC3A;
}
</style>
border-color css
<style>
span { border-color: #04CC3A; }
span { border-color: rgb(4,204,58); }
td.TdClassName
{
border-color: #04CC3A;
}
.TagClassName
{
border-color: #04CC3A;
}
</style>