Shades of Dark Pastel Green #08BD4D
Tints of Dark Pastel Green #08BD4D
RGB
CMYK
RGB Variations
Color information
#08BD4D (or 0x08BD4D) is known color: Dark Pastel Green. HEX triplet: 08, BD and 4D. RGB value is (8,189,77). Sum of RGB (Red+Green+Blue) = 8+189+77=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 189 (74.22% from 255 or 68.98% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BD4D is #F742B2. Grayscale: #7A7A7A. Windows color (decimal): -16204467 or 5094664. OLE color: 5094664.
HSL color Cylindrical-coordinate representation of color #08BD4D: hue angle of 142.87º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD4D is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 77 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.26 |
| HSL | 142.87º | 0.92% | 0.39% | - |
| HSV(B) | 142.87º | 0.96% | 0.74% | - |
| XYZ | 19.64 | 36.98 | 13.12 | - |
| YUV | 122.11 | 102.53 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 77 | 0.96 | 0 | 0.59 | 0.26 | 142.87 | 0.92 | 0.39 |
| Hex | 8 | BD | 4D | 60 | 0 | 3B | 1A | 8F | 5C | 27 |
| Octal | 10 | 275 | 115 | 140 | 0 | 73 | 32 | 217 | 134 | 47 |
| Binary | 1000 | 10111101 | 1001101 | 1100000 | 0 | 111011 | 11010 | 10001111 | 1011100 | 100111 |
Color Harmonies of #08BD4D
Complementary color
Monochromatic Colors of #08BD4D
Black with #08BD4D
Text Example
Text Example
White with #08BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD4D; }
p { color: rgb(8,189,77); }
H1.HeaderClassName
{
color: #08BD4D;
}
.AnyTagClassName
{
color: #08BD4D;
}
</style>
background-color css
<style>
a { background-color: #08BD4D; }
a { background-color: rgb(8,189,77); }
div.DivClassName
{
background-color: #08BD4D;
}
.BgClassName
{
background-color: #08BD4D;
}
</style>
border-color css
<style>
span { border-color: #08BD4D; }
span { border-color: rgb(8,189,77); }
td.TdClassName
{
border-color: #08BD4D;
}
.TagClassName
{
border-color: #08BD4D;
}
</style>