Shades of Dark Pastel Green #08BD20
Tints of Dark Pastel Green #08BD20
RGB
CMYK
RGB Variations
Color information
#08BD20 (or 0x08BD20) is known color: Dark Pastel Green. HEX triplet: 08, BD and 20. RGB value is (8,189,32). Sum of RGB (Red+Green+Blue) = 8+189+32=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 189 (74.22% from 255 or 82.53% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BD20 is #F742DF. Grayscale: #757575. Windows color (decimal): -16204512 or 2145544. OLE color: 2145544.
HSL color Cylindrical-coordinate representation of color #08BD20: hue angle of 127.96º 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 #08BD20 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 32 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.26 |
| HSL | 127.96º | 0.92% | 0.39% | - |
| HSV(B) | 127.96º | 0.96% | 0.74% | - |
| XYZ | 18.56 | 36.55 | 7.44 | - |
| YUV | 116.98 | 80.03 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 32 | 0.96 | 0 | 0.83 | 0.26 | 127.96 | 0.92 | 0.39 |
| Hex | 8 | BD | 20 | 60 | 0 | 53 | 1A | 80 | 5C | 27 |
| Octal | 10 | 275 | 40 | 140 | 0 | 123 | 32 | 200 | 134 | 47 |
| Binary | 1000 | 10111101 | 100000 | 1100000 | 0 | 1010011 | 11010 | 10000000 | 1011100 | 100111 |
Color Harmonies of #08BD20
Complementary color
Monochromatic Colors of #08BD20
Black with #08BD20
Text Example
Text Example
White with #08BD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BD20; }
p { color: rgb(8,189,32); }
H1.HeaderClassName
{
color: #08BD20;
}
.AnyTagClassName
{
color: #08BD20;
}
</style>
background-color css
<style>
a { background-color: #08BD20; }
a { background-color: rgb(8,189,32); }
div.DivClassName
{
background-color: #08BD20;
}
.BgClassName
{
background-color: #08BD20;
}
</style>
border-color css
<style>
span { border-color: #08BD20; }
span { border-color: rgb(8,189,32); }
td.TdClassName
{
border-color: #08BD20;
}
.TagClassName
{
border-color: #08BD20;
}
</style>