Shades of Dark Pastel Green #05BA3E
Tints of Dark Pastel Green #05BA3E
RGB
CMYK
RGB Variations
Color information
#05BA3E (or 0x05BA3E) is known color: Dark Pastel Green. HEX triplet: 05, BA and 3E. RGB value is (5,186,62). Sum of RGB (Red+Green+Blue) = 5+186+62=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA3E is #FA45C1. Grayscale: #767676. Windows color (decimal): -16401858 or 4110853. OLE color: 4110853.
HSL color Cylindrical-coordinate representation of color #05BA3E: hue angle of 138.9º 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 #05BA3E is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 62 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.27 |
| HSL | 138.9º | 0.95% | 0.37% | - |
| HSV(B) | 138.9º | 0.97% | 0.73% | - |
| XYZ | 18.49 | 35.5 | 10.43 | - |
| YUV | 117.75 | 96.53 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 62 | 0.97 | 0 | 0.67 | 0.27 | 138.9 | 0.95 | 0.37 |
| Hex | 5 | BA | 3E | 61 | 0 | 43 | 1B | 8B | 5F | 25 |
| Octal | 5 | 272 | 76 | 141 | 0 | 103 | 33 | 213 | 137 | 45 |
| Binary | 101 | 10111010 | 111110 | 1100001 | 0 | 1000011 | 11011 | 10001011 | 1011111 | 100101 |
Color Harmonies of #05BA3E
Complementary color
Monochromatic Colors of #05BA3E
Black with #05BA3E
Text Example
Text Example
White with #05BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA3E; }
p { color: rgb(5,186,62); }
H1.HeaderClassName
{
color: #05BA3E;
}
.AnyTagClassName
{
color: #05BA3E;
}
</style>
background-color css
<style>
a { background-color: #05BA3E; }
a { background-color: rgb(5,186,62); }
div.DivClassName
{
background-color: #05BA3E;
}
.BgClassName
{
background-color: #05BA3E;
}
</style>
border-color css
<style>
span { border-color: #05BA3E; }
span { border-color: rgb(5,186,62); }
td.TdClassName
{
border-color: #05BA3E;
}
.TagClassName
{
border-color: #05BA3E;
}
</style>