Shades of Dark Pastel Green #04C930
Tints of Dark Pastel Green #04C930
RGB
CMYK
RGB Variations
Color information
#04C930 (or 0x04C930) is known color: Dark Pastel Green. HEX triplet: 04, C9 and 30. RGB value is (4,201,48). Sum of RGB (Red+Green+Blue) = 4+201+48=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 201 (78.91% from 255 or 79.45% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 201 - color contains mainly: green. Hex color #04C930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C930 is #FB36CF. Grayscale: #7D7D7D. Windows color (decimal): -16463568 or 3197188. OLE color: 3197188.
HSL color Cylindrical-coordinate representation of color #04C930: hue angle of 133.4º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C930 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 201 | 48 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.21 |
| HSL | 133.4º | 0.96% | 0.4% | - |
| HSV(B) | 133.4º | 0.98% | 0.79% | - |
| XYZ | 21.47 | 42.01 | 9.77 | - |
| YUV | 124.66 | 84.73 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 201 | 48 | 0.98 | 0 | 0.76 | 0.21 | 133.4 | 0.96 | 0.4 |
| Hex | 4 | C9 | 30 | 62 | 0 | 4C | 15 | 85 | 60 | 28 |
| Octal | 4 | 311 | 60 | 142 | 0 | 114 | 25 | 205 | 140 | 50 |
| Binary | 100 | 11001001 | 110000 | 1100010 | 0 | 1001100 | 10101 | 10000101 | 1100000 | 101000 |
Color Harmonies of #04C930
Complementary color
Monochromatic Colors of #04C930
Black with #04C930
Text Example
Text Example
White with #04C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C930; }
p { color: rgb(4,201,48); }
H1.HeaderClassName
{
color: #04C930;
}
.AnyTagClassName
{
color: #04C930;
}
</style>
background-color css
<style>
a { background-color: #04C930; }
a { background-color: rgb(4,201,48); }
div.DivClassName
{
background-color: #04C930;
}
.BgClassName
{
background-color: #04C930;
}
</style>
border-color css
<style>
span { border-color: #04C930; }
span { border-color: rgb(4,201,48); }
td.TdClassName
{
border-color: #04C930;
}
.TagClassName
{
border-color: #04C930;
}
</style>