Shades of Dark Pastel Green #04C23C
Tints of Dark Pastel Green #04C23C
RGB
CMYK
RGB Variations
Color information
#04C23C (or 0x04C23C) is known color: Dark Pastel Green. HEX triplet: 04, C2 and 3C. RGB value is (4,194,60). Sum of RGB (Red+Green+Blue) = 4+194+60=258 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.55% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #04C23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C23C is #FB3DC3. Grayscale: #7A7A7A. Windows color (decimal): -16465348 or 3981828. OLE color: 3981828.
HSL color Cylindrical-coordinate representation of color #04C23C: hue angle of 137.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C23C is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 60 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.24 |
| HSL | 137.68º | 0.96% | 0.39% | - |
| HSV(B) | 137.68º | 0.98% | 0.76% | - |
| XYZ | 20.16 | 38.94 | 10.73 | - |
| YUV | 121.91 | 93.05 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 60 | 0.98 | 0 | 0.69 | 0.24 | 137.68 | 0.96 | 0.39 |
| Hex | 4 | C2 | 3C | 62 | 0 | 45 | 18 | 8A | 60 | 27 |
| Octal | 4 | 302 | 74 | 142 | 0 | 105 | 30 | 212 | 140 | 47 |
| Binary | 100 | 11000010 | 111100 | 1100010 | 0 | 1000101 | 11000 | 10001010 | 1100000 | 100111 |
Color Harmonies of #04C23C
Complementary color
Monochromatic Colors of #04C23C
Black with #04C23C
Text Example
Text Example
White with #04C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C23C; }
p { color: rgb(4,194,60); }
H1.HeaderClassName
{
color: #04C23C;
}
.AnyTagClassName
{
color: #04C23C;
}
</style>
background-color css
<style>
a { background-color: #04C23C; }
a { background-color: rgb(4,194,60); }
div.DivClassName
{
background-color: #04C23C;
}
.BgClassName
{
background-color: #04C23C;
}
</style>
border-color css
<style>
span { border-color: #04C23C; }
span { border-color: rgb(4,194,60); }
td.TdClassName
{
border-color: #04C23C;
}
.TagClassName
{
border-color: #04C23C;
}
</style>