Shades of Dark Pastel Green #05BA32
Tints of Dark Pastel Green #05BA32
RGB
CMYK
RGB Variations
Color information
#05BA32 (or 0x05BA32) is known color: Dark Pastel Green. HEX triplet: 05, BA and 32. RGB value is (5,186,50). Sum of RGB (Red+Green+Blue) = 5+186+50=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA32 is #FA45CD. Grayscale: #747474. Windows color (decimal): -16401870 or 3324421. OLE color: 3324421.
HSL color Cylindrical-coordinate representation of color #05BA32: hue angle of 134.92º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA32 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 50 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.27 |
| HSL | 134.92º | 0.95% | 0.37% | - |
| HSV(B) | 134.92º | 0.97% | 0.73% | - |
| XYZ | 18.2 | 35.38 | 8.89 | - |
| YUV | 116.38 | 90.53 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 50 | 0.97 | 0 | 0.73 | 0.27 | 134.92 | 0.95 | 0.37 |
| Hex | 5 | BA | 32 | 61 | 0 | 49 | 1B | 87 | 5F | 25 |
| Octal | 5 | 272 | 62 | 141 | 0 | 111 | 33 | 207 | 137 | 45 |
| Binary | 101 | 10111010 | 110010 | 1100001 | 0 | 1001001 | 11011 | 10000111 | 1011111 | 100101 |
Color Harmonies of #05BA32
Complementary color
Monochromatic Colors of #05BA32
Black with #05BA32
Text Example
Text Example
White with #05BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA32; }
p { color: rgb(5,186,50); }
H1.HeaderClassName
{
color: #05BA32;
}
.AnyTagClassName
{
color: #05BA32;
}
</style>
background-color css
<style>
a { background-color: #05BA32; }
a { background-color: rgb(5,186,50); }
div.DivClassName
{
background-color: #05BA32;
}
.BgClassName
{
background-color: #05BA32;
}
</style>
border-color css
<style>
span { border-color: #05BA32; }
span { border-color: rgb(5,186,50); }
td.TdClassName
{
border-color: #05BA32;
}
.TagClassName
{
border-color: #05BA32;
}
</style>