Shades of Dark Pastel Green #08E02D
Tints of Dark Pastel Green #08E02D
RGB
CMYK
RGB Variations
Color information
#08E02D (or 0x08E02D) is known color: Dark Pastel Green. HEX triplet: 08, E0 and 2D. RGB value is (8,224,45). Sum of RGB (Red+Green+Blue) = 8+224+45=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 224 (87.89% from 255 or 80.87% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 224 - color contains mainly: green. Hex color #08E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E02D is #F71FD2. Grayscale: #8B8B8B. Windows color (decimal): -16195539 or 3006472. OLE color: 3006472.
HSL color Cylindrical-coordinate representation of color #08E02D: hue angle of 130.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E02D is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 45 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.12 |
| HSL | 130.28º | 0.93% | 0.45% | - |
| HSV(B) | 130.28º | 0.96% | 0.88% | - |
| XYZ | 27.23 | 53.55 | 11.38 | - |
| YUV | 139.01 | 74.94 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 45 | 0.96 | 0 | 0.80 | 0.12 | 130.28 | 0.93 | 0.45 |
| Hex | 8 | E0 | 2D | 60 | 0 | 50 | C | 82 | 5D | 2D |
| Octal | 10 | 340 | 55 | 140 | 0 | 120 | 14 | 202 | 135 | 55 |
| Binary | 1000 | 11100000 | 101101 | 1100000 | 0 | 1010000 | 1100 | 10000010 | 1011101 | 101101 |
Color Harmonies of #08E02D
Complementary color
Monochromatic Colors of #08E02D
Black with #08E02D
Text Example
Text Example
White with #08E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E02D; }
p { color: rgb(8,224,45); }
H1.HeaderClassName
{
color: #08E02D;
}
.AnyTagClassName
{
color: #08E02D;
}
</style>
background-color css
<style>
a { background-color: #08E02D; }
a { background-color: rgb(8,224,45); }
div.DivClassName
{
background-color: #08E02D;
}
.BgClassName
{
background-color: #08E02D;
}
</style>
border-color css
<style>
span { border-color: #08E02D; }
span { border-color: rgb(8,224,45); }
td.TdClassName
{
border-color: #08E02D;
}
.TagClassName
{
border-color: #08E02D;
}
</style>