Shades of Dark Pastel Green #08C04E
Tints of Dark Pastel Green #08C04E
RGB
CMYK
RGB Variations
Color information
#08C04E (or 0x08C04E) is known color: Dark Pastel Green. HEX triplet: 08, C0 and 4E. RGB value is (8,192,78). Sum of RGB (Red+Green+Blue) = 8+192+78=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #08C04E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C04E is #F73FB1. Grayscale: #7C7C7C. Windows color (decimal): -16203698 or 5160968. OLE color: 5160968.
HSL color Cylindrical-coordinate representation of color #08C04E: hue angle of 142.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C04E is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 78 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.25 |
| HSL | 142.83º | 0.92% | 0.39% | - |
| HSV(B) | 142.83º | 0.96% | 0.75% | - |
| XYZ | 20.32 | 38.3 | 13.53 | - |
| YUV | 123.99 | 102.04 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 78 | 0.96 | 0 | 0.59 | 0.25 | 142.83 | 0.92 | 0.39 |
| Hex | 8 | C0 | 4E | 60 | 0 | 3B | 19 | 8F | 5C | 27 |
| Octal | 10 | 300 | 116 | 140 | 0 | 73 | 31 | 217 | 134 | 47 |
| Binary | 1000 | 11000000 | 1001110 | 1100000 | 0 | 111011 | 11001 | 10001111 | 1011100 | 100111 |
Color Harmonies of #08C04E
Complementary color
Monochromatic Colors of #08C04E
Black with #08C04E
Text Example
Text Example
White with #08C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C04E; }
p { color: rgb(8,192,78); }
H1.HeaderClassName
{
color: #08C04E;
}
.AnyTagClassName
{
color: #08C04E;
}
</style>
background-color css
<style>
a { background-color: #08C04E; }
a { background-color: rgb(8,192,78); }
div.DivClassName
{
background-color: #08C04E;
}
.BgClassName
{
background-color: #08C04E;
}
</style>
border-color css
<style>
span { border-color: #08C04E; }
span { border-color: rgb(8,192,78); }
td.TdClassName
{
border-color: #08C04E;
}
.TagClassName
{
border-color: #08C04E;
}
</style>