Shades of Dark Pastel Green #08D62D
Tints of Dark Pastel Green #08D62D
RGB
CMYK
RGB Variations
Color information
#08D62D (or 0x08D62D) is known color: Dark Pastel Green. HEX triplet: 08, D6 and 2D. RGB value is (8,214,45). Sum of RGB (Red+Green+Blue) = 8+214+45=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #08D62D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D62D is #F729D2. Grayscale: #858585. Windows color (decimal): -16198099 or 3003912. OLE color: 3003912.
HSL color Cylindrical-coordinate representation of color #08D62D: hue angle of 130.78º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D62D is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 214 | 45 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.16 |
| HSL | 130.78º | 0.93% | 0.44% | - |
| HSV(B) | 130.78º | 0.96% | 0.84% | - |
| XYZ | 24.62 | 48.33 | 10.51 | - |
| YUV | 133.14 | 78.25 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 214 | 45 | 0.96 | 0 | 0.79 | 0.16 | 130.78 | 0.93 | 0.44 |
| Hex | 8 | D6 | 2D | 60 | 0 | 4F | 10 | 83 | 5D | 2C |
| Octal | 10 | 326 | 55 | 140 | 0 | 117 | 20 | 203 | 135 | 54 |
| Binary | 1000 | 11010110 | 101101 | 1100000 | 0 | 1001111 | 10000 | 10000011 | 1011101 | 101100 |
Color Harmonies of #08D62D
Complementary color
Monochromatic Colors of #08D62D
Black with #08D62D
Text Example
Text Example
White with #08D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D62D; }
p { color: rgb(8,214,45); }
H1.HeaderClassName
{
color: #08D62D;
}
.AnyTagClassName
{
color: #08D62D;
}
</style>
background-color css
<style>
a { background-color: #08D62D; }
a { background-color: rgb(8,214,45); }
div.DivClassName
{
background-color: #08D62D;
}
.BgClassName
{
background-color: #08D62D;
}
</style>
border-color css
<style>
span { border-color: #08D62D; }
span { border-color: rgb(8,214,45); }
td.TdClassName
{
border-color: #08D62D;
}
.TagClassName
{
border-color: #08D62D;
}
</style>