Shades of Dark Pastel Green #04CF2C
Tints of Dark Pastel Green #04CF2C
RGB
CMYK
RGB Variations
Color information
#04CF2C (or 0x04CF2C) is known color: Dark Pastel Green. HEX triplet: 04, CF and 2C. RGB value is (4,207,44). Sum of RGB (Red+Green+Blue) = 4+207+44=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 207 (81.25% from 255 or 81.18% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF2C is #FB30D3. Grayscale: #808080. Windows color (decimal): -16462036 or 2936580. OLE color: 2936580.
HSL color Cylindrical-coordinate representation of color #04CF2C: hue angle of 131.82º 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 #04CF2C is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 44 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.19 |
| HSL | 131.82º | 0.96% | 0.41% | - |
| HSV(B) | 131.82º | 0.98% | 0.81% | - |
| XYZ | 22.82 | 44.83 | 9.83 | - |
| YUV | 127.72 | 80.75 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 44 | 0.98 | 0 | 0.79 | 0.19 | 131.82 | 0.96 | 0.41 |
| Hex | 4 | CF | 2C | 62 | 0 | 4F | 13 | 84 | 60 | 29 |
| Octal | 4 | 317 | 54 | 142 | 0 | 117 | 23 | 204 | 140 | 51 |
| Binary | 100 | 11001111 | 101100 | 1100010 | 0 | 1001111 | 10011 | 10000100 | 1100000 | 101001 |
Color Harmonies of #04CF2C
Complementary color
Monochromatic Colors of #04CF2C
Black with #04CF2C
Text Example
Text Example
White with #04CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF2C; }
p { color: rgb(4,207,44); }
H1.HeaderClassName
{
color: #04CF2C;
}
.AnyTagClassName
{
color: #04CF2C;
}
</style>
background-color css
<style>
a { background-color: #04CF2C; }
a { background-color: rgb(4,207,44); }
div.DivClassName
{
background-color: #04CF2C;
}
.BgClassName
{
background-color: #04CF2C;
}
</style>
border-color css
<style>
span { border-color: #04CF2C; }
span { border-color: rgb(4,207,44); }
td.TdClassName
{
border-color: #04CF2C;
}
.TagClassName
{
border-color: #04CF2C;
}
</style>