Shades of Dark Pastel Green #08DD29
Tints of Dark Pastel Green #08DD29
RGB
CMYK
RGB Variations
Color information
#08DD29 (or 0x08DD29) is known color: Dark Pastel Green. HEX triplet: 08, DD and 29. RGB value is (8,221,41). Sum of RGB (Red+Green+Blue) = 8+221+41=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 221 (86.72% from 255 or 81.85% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 221 - color contains mainly: green. Hex color #08DD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DD29 is #F722D6. Grayscale: #898989. Windows color (decimal): -16196311 or 2743560. OLE color: 2743560.
HSL color Cylindrical-coordinate representation of color #08DD29: hue angle of 129.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DD29 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 221 | 41 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.13 |
| HSL | 129.3º | 0.93% | 0.45% | - |
| HSV(B) | 129.3º | 0.96% | 0.87% | - |
| XYZ | 26.36 | 51.92 | 10.73 | - |
| YUV | 136.79 | 73.93 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 221 | 41 | 0.96 | 0 | 0.81 | 0.13 | 129.3 | 0.93 | 0.45 |
| Hex | 8 | DD | 29 | 60 | 0 | 51 | D | 81 | 5D | 2D |
| Octal | 10 | 335 | 51 | 140 | 0 | 121 | 15 | 201 | 135 | 55 |
| Binary | 1000 | 11011101 | 101001 | 1100000 | 0 | 1010001 | 1101 | 10000001 | 1011101 | 101101 |
Color Harmonies of #08DD29
Complementary color
Monochromatic Colors of #08DD29
Black with #08DD29
Text Example
Text Example
White with #08DD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DD29; }
p { color: rgb(8,221,41); }
H1.HeaderClassName
{
color: #08DD29;
}
.AnyTagClassName
{
color: #08DD29;
}
</style>
background-color css
<style>
a { background-color: #08DD29; }
a { background-color: rgb(8,221,41); }
div.DivClassName
{
background-color: #08DD29;
}
.BgClassName
{
background-color: #08DD29;
}
</style>
border-color css
<style>
span { border-color: #08DD29; }
span { border-color: rgb(8,221,41); }
td.TdClassName
{
border-color: #08DD29;
}
.TagClassName
{
border-color: #08DD29;
}
</style>