Shades of Dark Pastel Green #05BA3F
Tints of Dark Pastel Green #05BA3F
RGB
CMYK
RGB Variations
Color information
#05BA3F (or 0x05BA3F) is known color: Dark Pastel Green. HEX triplet: 05, BA and 3F. RGB value is (5,186,63). Sum of RGB (Red+Green+Blue) = 5+186+63=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA3F is #FA45C0. Grayscale: #767676. Windows color (decimal): -16401857 or 4176389. OLE color: 4176389.
HSL color Cylindrical-coordinate representation of color #05BA3F: hue angle of 139.23º 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 #05BA3F is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 63 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.27 |
| HSL | 139.23º | 0.95% | 0.37% | - |
| HSV(B) | 139.23º | 0.97% | 0.73% | - |
| XYZ | 18.52 | 35.51 | 10.58 | - |
| YUV | 117.86 | 97.03 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 63 | 0.97 | 0 | 0.66 | 0.27 | 139.23 | 0.95 | 0.37 |
| Hex | 5 | BA | 3F | 61 | 0 | 42 | 1B | 8B | 5F | 25 |
| Octal | 5 | 272 | 77 | 141 | 0 | 102 | 33 | 213 | 137 | 45 |
| Binary | 101 | 10111010 | 111111 | 1100001 | 0 | 1000010 | 11011 | 10001011 | 1011111 | 100101 |
Color Harmonies of #05BA3F
Complementary color
Monochromatic Colors of #05BA3F
Black with #05BA3F
Text Example
Text Example
White with #05BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA3F; }
p { color: rgb(5,186,63); }
H1.HeaderClassName
{
color: #05BA3F;
}
.AnyTagClassName
{
color: #05BA3F;
}
</style>
background-color css
<style>
a { background-color: #05BA3F; }
a { background-color: rgb(5,186,63); }
div.DivClassName
{
background-color: #05BA3F;
}
.BgClassName
{
background-color: #05BA3F;
}
</style>
border-color css
<style>
span { border-color: #05BA3F; }
span { border-color: rgb(5,186,63); }
td.TdClassName
{
border-color: #05BA3F;
}
.TagClassName
{
border-color: #05BA3F;
}
</style>