Shades of Dark Pastel Green #04CE2D
Tints of Dark Pastel Green #04CE2D
RGB
CMYK
RGB Variations
Color information
#04CE2D (or 0x04CE2D) is known color: Dark Pastel Green. HEX triplet: 04, CE and 2D. RGB value is (4,206,45). Sum of RGB (Red+Green+Blue) = 4+206+45=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 206 (80.86% from 255 or 80.78% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CE2D is #FB31D2. Grayscale: #7F7F7F. Windows color (decimal): -16462291 or 3001860. OLE color: 3001860.
HSL color Cylindrical-coordinate representation of color #04CE2D: hue angle of 132.18º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CE2D is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 45 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.19 |
| HSL | 132.18º | 0.96% | 0.41% | - |
| HSV(B) | 132.18º | 0.98% | 0.81% | - |
| XYZ | 22.6 | 44.36 | 9.85 | - |
| YUV | 127.25 | 81.58 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 45 | 0.98 | 0 | 0.78 | 0.19 | 132.18 | 0.96 | 0.41 |
| Hex | 4 | CE | 2D | 62 | 0 | 4E | 13 | 84 | 60 | 29 |
| Octal | 4 | 316 | 55 | 142 | 0 | 116 | 23 | 204 | 140 | 51 |
| Binary | 100 | 11001110 | 101101 | 1100010 | 0 | 1001110 | 10011 | 10000100 | 1100000 | 101001 |
Color Harmonies of #04CE2D
Complementary color
Monochromatic Colors of #04CE2D
Black with #04CE2D
Text Example
Text Example
White with #04CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE2D; }
p { color: rgb(4,206,45); }
H1.HeaderClassName
{
color: #04CE2D;
}
.AnyTagClassName
{
color: #04CE2D;
}
</style>
background-color css
<style>
a { background-color: #04CE2D; }
a { background-color: rgb(4,206,45); }
div.DivClassName
{
background-color: #04CE2D;
}
.BgClassName
{
background-color: #04CE2D;
}
</style>
border-color css
<style>
span { border-color: #04CE2D; }
span { border-color: rgb(4,206,45); }
td.TdClassName
{
border-color: #04CE2D;
}
.TagClassName
{
border-color: #04CE2D;
}
</style>