Shades of Dark Pastel Green #05BD32
Tints of Dark Pastel Green #05BD32
RGB
CMYK
RGB Variations
Color information
#05BD32 (or 0x05BD32) is known color: Dark Pastel Green. HEX triplet: 05, BD and 32. RGB value is (5,189,50). Sum of RGB (Red+Green+Blue) = 5+189+50=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 189 (74.22% from 255 or 77.46% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BD32 is #FA42CD. Grayscale: #767676. Windows color (decimal): -16401102 or 3325189. OLE color: 3325189.
HSL color Cylindrical-coordinate representation of color #05BD32: hue angle of 134.67º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BD32 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 50 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.26 |
| HSL | 134.67º | 0.95% | 0.38% | - |
| HSV(B) | 134.67º | 0.97% | 0.74% | - |
| XYZ | 18.84 | 36.66 | 9.1 | - |
| YUV | 118.14 | 89.54 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 50 | 0.97 | 0 | 0.74 | 0.26 | 134.67 | 0.95 | 0.38 |
| Hex | 5 | BD | 32 | 61 | 0 | 4A | 1A | 87 | 5F | 26 |
| Octal | 5 | 275 | 62 | 141 | 0 | 112 | 32 | 207 | 137 | 46 |
| Binary | 101 | 10111101 | 110010 | 1100001 | 0 | 1001010 | 11010 | 10000111 | 1011111 | 100110 |
Color Harmonies of #05BD32
Complementary color
Monochromatic Colors of #05BD32
Black with #05BD32
Text Example
Text Example
White with #05BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BD32; }
p { color: rgb(5,189,50); }
H1.HeaderClassName
{
color: #05BD32;
}
.AnyTagClassName
{
color: #05BD32;
}
</style>
background-color css
<style>
a { background-color: #05BD32; }
a { background-color: rgb(5,189,50); }
div.DivClassName
{
background-color: #05BD32;
}
.BgClassName
{
background-color: #05BD32;
}
</style>
border-color css
<style>
span { border-color: #05BD32; }
span { border-color: rgb(5,189,50); }
td.TdClassName
{
border-color: #05BD32;
}
.TagClassName
{
border-color: #05BD32;
}
</style>