Shades of Dark Pastel Green #08CC2E
Tints of Dark Pastel Green #08CC2E
RGB
CMYK
RGB Variations
Color information
#08CC2E (or 0x08CC2E) is known color: Dark Pastel Green. HEX triplet: 08, CC and 2E. RGB value is (8,204,46). Sum of RGB (Red+Green+Blue) = 8+204+46=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 204 (80.08% from 255 or 79.07% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 204 - color contains mainly: green. Hex color #08CC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CC2E is #F733D1. Grayscale: #7F7F7F. Windows color (decimal): -16200658 or 3066888. OLE color: 3066888.
HSL color Cylindrical-coordinate representation of color #08CC2E: hue angle of 131.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CC2E is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 204 | 46 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.2 |
| HSL | 131.63º | 0.92% | 0.42% | - |
| HSV(B) | 131.63º | 0.96% | 0.8% | - |
| XYZ | 22.19 | 43.43 | 9.8 | - |
| YUV | 127.38 | 82.07 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 204 | 46 | 0.96 | 0 | 0.77 | 0.2 | 131.63 | 0.92 | 0.42 |
| Hex | 8 | CC | 2E | 60 | 0 | 4D | 14 | 84 | 5C | 2A |
| Octal | 10 | 314 | 56 | 140 | 0 | 115 | 24 | 204 | 134 | 52 |
| Binary | 1000 | 11001100 | 101110 | 1100000 | 0 | 1001101 | 10100 | 10000100 | 1011100 | 101010 |
Color Harmonies of #08CC2E
Complementary color
Monochromatic Colors of #08CC2E
Black with #08CC2E
Text Example
Text Example
White with #08CC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CC2E; }
p { color: rgb(8,204,46); }
H1.HeaderClassName
{
color: #08CC2E;
}
.AnyTagClassName
{
color: #08CC2E;
}
</style>
background-color css
<style>
a { background-color: #08CC2E; }
a { background-color: rgb(8,204,46); }
div.DivClassName
{
background-color: #08CC2E;
}
.BgClassName
{
background-color: #08CC2E;
}
</style>
border-color css
<style>
span { border-color: #08CC2E; }
span { border-color: rgb(8,204,46); }
td.TdClassName
{
border-color: #08CC2E;
}
.TagClassName
{
border-color: #08CC2E;
}
</style>