Shades of Dark Pastel Green #04D13C
Tints of Dark Pastel Green #04D13C
RGB
CMYK
RGB Variations
Color information
#04D13C (or 0x04D13C) is known color: Dark Pastel Green. HEX triplet: 04, D1 and 3C. RGB value is (4,209,60). Sum of RGB (Red+Green+Blue) = 4+209+60=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 209 (82.03% from 255 or 76.56% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 209 - color contains mainly: green. Hex color #04D13C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D13C is #FB2EC3. Grayscale: #838383. Windows color (decimal): -16461508 or 3985668. OLE color: 3985668.
HSL color Cylindrical-coordinate representation of color #04D13C: hue angle of 136.39º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D13C is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 209 | 60 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.18 |
| HSL | 136.39º | 0.96% | 0.42% | - |
| HSV(B) | 136.39º | 0.98% | 0.82% | - |
| XYZ | 23.67 | 45.95 | 11.9 | - |
| YUV | 130.72 | 88.08 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 60 | 0.98 | 0 | 0.71 | 0.18 | 136.39 | 0.96 | 0.42 |
| Hex | 4 | D1 | 3C | 62 | 0 | 47 | 12 | 88 | 60 | 2A |
| Octal | 4 | 321 | 74 | 142 | 0 | 107 | 22 | 210 | 140 | 52 |
| Binary | 100 | 11010001 | 111100 | 1100010 | 0 | 1000111 | 10010 | 10001000 | 1100000 | 101010 |
Color Harmonies of #04D13C
Complementary color
Monochromatic Colors of #04D13C
Black with #04D13C
Text Example
Text Example
White with #04D13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D13C; }
p { color: rgb(4,209,60); }
H1.HeaderClassName
{
color: #04D13C;
}
.AnyTagClassName
{
color: #04D13C;
}
</style>
background-color css
<style>
a { background-color: #04D13C; }
a { background-color: rgb(4,209,60); }
div.DivClassName
{
background-color: #04D13C;
}
.BgClassName
{
background-color: #04D13C;
}
</style>
border-color css
<style>
span { border-color: #04D13C; }
span { border-color: rgb(4,209,60); }
td.TdClassName
{
border-color: #04D13C;
}
.TagClassName
{
border-color: #04D13C;
}
</style>