Shades of Dark Pastel Green #08DA32
Tints of Dark Pastel Green #08DA32
RGB
CMYK
RGB Variations
Color information
#08DA32 (or 0x08DA32) is known color: Dark Pastel Green. HEX triplet: 08, DA and 32. RGB value is (8,218,50). Sum of RGB (Red+Green+Blue) = 8+218+50=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 218 (85.55% from 255 or 78.99% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 218 - color contains mainly: green. Hex color #08DA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DA32 is #F725CD. Grayscale: #888888. Windows color (decimal): -16197070 or 3332616. OLE color: 3332616.
HSL color Cylindrical-coordinate representation of color #08DA32: hue angle of 132º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DA32 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 218 | 50 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.15 |
| HSL | 132º | 0.93% | 0.44% | - |
| HSV(B) | 132º | 0.96% | 0.85% | - |
| XYZ | 25.75 | 50.42 | 11.39 | - |
| YUV | 136.06 | 79.43 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 218 | 50 | 0.96 | 0 | 0.77 | 0.15 | 132 | 0.93 | 0.44 |
| Hex | 8 | DA | 32 | 60 | 0 | 4D | F | 84 | 5D | 2C |
| Octal | 10 | 332 | 62 | 140 | 0 | 115 | 17 | 204 | 135 | 54 |
| Binary | 1000 | 11011010 | 110010 | 1100000 | 0 | 1001101 | 1111 | 10000100 | 1011101 | 101100 |
Color Harmonies of #08DA32
Complementary color
Monochromatic Colors of #08DA32
Black with #08DA32
Text Example
Text Example
White with #08DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DA32; }
p { color: rgb(8,218,50); }
H1.HeaderClassName
{
color: #08DA32;
}
.AnyTagClassName
{
color: #08DA32;
}
</style>
background-color css
<style>
a { background-color: #08DA32; }
a { background-color: rgb(8,218,50); }
div.DivClassName
{
background-color: #08DA32;
}
.BgClassName
{
background-color: #08DA32;
}
</style>
border-color css
<style>
span { border-color: #08DA32; }
span { border-color: rgb(8,218,50); }
td.TdClassName
{
border-color: #08DA32;
}
.TagClassName
{
border-color: #08DA32;
}
</style>