Shades of Dark Pastel Green #08DD2D
Tints of Dark Pastel Green #08DD2D
RGB
CMYK
RGB Variations
Color information
#08DD2D (or 0x08DD2D) is known color: Dark Pastel Green. HEX triplet: 08, DD and 2D. RGB value is (8,221,45). Sum of RGB (Red+Green+Blue) = 8+221+45=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #08DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DD2D is #F722D2. Grayscale: #898989. Windows color (decimal): -16196307 or 3005704. OLE color: 3005704.
HSL color Cylindrical-coordinate representation of color #08DD2D: hue angle of 130.42º 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 #08DD2D is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 221 | 45 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.13 |
| HSL | 130.42º | 0.93% | 0.45% | - |
| HSV(B) | 130.42º | 0.96% | 0.87% | - |
| XYZ | 26.43 | 51.95 | 11.12 | - |
| YUV | 137.25 | 75.93 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 221 | 45 | 0.96 | 0 | 0.80 | 0.13 | 130.42 | 0.93 | 0.45 |
| Hex | 8 | DD | 2D | 60 | 0 | 50 | D | 82 | 5D | 2D |
| Octal | 10 | 335 | 55 | 140 | 0 | 120 | 15 | 202 | 135 | 55 |
| Binary | 1000 | 11011101 | 101101 | 1100000 | 0 | 1010000 | 1101 | 10000010 | 1011101 | 101101 |
Color Harmonies of #08DD2D
Complementary color
Monochromatic Colors of #08DD2D
Black with #08DD2D
Text Example
Text Example
White with #08DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DD2D; }
p { color: rgb(8,221,45); }
H1.HeaderClassName
{
color: #08DD2D;
}
.AnyTagClassName
{
color: #08DD2D;
}
</style>
background-color css
<style>
a { background-color: #08DD2D; }
a { background-color: rgb(8,221,45); }
div.DivClassName
{
background-color: #08DD2D;
}
.BgClassName
{
background-color: #08DD2D;
}
</style>
border-color css
<style>
span { border-color: #08DD2D; }
span { border-color: rgb(8,221,45); }
td.TdClassName
{
border-color: #08DD2D;
}
.TagClassName
{
border-color: #08DD2D;
}
</style>