Shades of Dark Pastel Green #04CF43
Tints of Dark Pastel Green #04CF43
RGB
CMYK
RGB Variations
Color information
#04CF43 (or 0x04CF43) is known color: Dark Pastel Green. HEX triplet: 04, CF and 43. RGB value is (4,207,67). Sum of RGB (Red+Green+Blue) = 4+207+67=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 207 (81.25% from 255 or 74.46% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF43 is #FB30BC. Grayscale: #828282. Windows color (decimal): -16462013 or 4443908. OLE color: 4443908.
HSL color Cylindrical-coordinate representation of color #04CF43: hue angle of 138.62º 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 #04CF43 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 67 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.19 |
| HSL | 138.62º | 0.96% | 0.41% | - |
| HSV(B) | 138.62º | 0.98% | 0.81% | - |
| XYZ | 23.38 | 45.06 | 12.77 | - |
| YUV | 130.34 | 92.25 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 67 | 0.98 | 0 | 0.68 | 0.19 | 138.62 | 0.96 | 0.41 |
| Hex | 4 | CF | 43 | 62 | 0 | 44 | 13 | 8B | 60 | 29 |
| Octal | 4 | 317 | 103 | 142 | 0 | 104 | 23 | 213 | 140 | 51 |
| Binary | 100 | 11001111 | 1000011 | 1100010 | 0 | 1000100 | 10011 | 10001011 | 1100000 | 101001 |
Color Harmonies of #04CF43
Complementary color
Monochromatic Colors of #04CF43
Black with #04CF43
Text Example
Text Example
White with #04CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF43; }
p { color: rgb(4,207,67); }
H1.HeaderClassName
{
color: #04CF43;
}
.AnyTagClassName
{
color: #04CF43;
}
</style>
background-color css
<style>
a { background-color: #04CF43; }
a { background-color: rgb(4,207,67); }
div.DivClassName
{
background-color: #04CF43;
}
.BgClassName
{
background-color: #04CF43;
}
</style>
border-color css
<style>
span { border-color: #04CF43; }
span { border-color: rgb(4,207,67); }
td.TdClassName
{
border-color: #04CF43;
}
.TagClassName
{
border-color: #04CF43;
}
</style>