Shades of Dark Pastel Green #05BA4B
Tints of Dark Pastel Green #05BA4B
RGB
CMYK
RGB Variations
Color information
#05BA4B (or 0x05BA4B) is known color: Dark Pastel Green. HEX triplet: 05, BA and 4B. RGB value is (5,186,75). Sum of RGB (Red+Green+Blue) = 5+186+75=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BA4B is #FA45B4. Grayscale: #777777. Windows color (decimal): -16401845 or 4962821. OLE color: 4962821.
HSL color Cylindrical-coordinate representation of color #05BA4B: hue angle of 143.2º 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 #05BA4B is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 75 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.27 |
| HSL | 143.2º | 0.95% | 0.37% | - |
| HSV(B) | 143.2º | 0.97% | 0.73% | - |
| XYZ | 18.89 | 35.66 | 12.54 | - |
| YUV | 119.23 | 103.03 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 75 | 0.97 | 0 | 0.60 | 0.27 | 143.2 | 0.95 | 0.37 |
| Hex | 5 | BA | 4B | 61 | 0 | 3C | 1B | 8F | 5F | 25 |
| Octal | 5 | 272 | 113 | 141 | 0 | 74 | 33 | 217 | 137 | 45 |
| Binary | 101 | 10111010 | 1001011 | 1100001 | 0 | 111100 | 11011 | 10001111 | 1011111 | 100101 |
Color Harmonies of #05BA4B
Complementary color
Monochromatic Colors of #05BA4B
Black with #05BA4B
Text Example
Text Example
White with #05BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA4B; }
p { color: rgb(5,186,75); }
H1.HeaderClassName
{
color: #05BA4B;
}
.AnyTagClassName
{
color: #05BA4B;
}
</style>
background-color css
<style>
a { background-color: #05BA4B; }
a { background-color: rgb(5,186,75); }
div.DivClassName
{
background-color: #05BA4B;
}
.BgClassName
{
background-color: #05BA4B;
}
</style>
border-color css
<style>
span { border-color: #05BA4B; }
span { border-color: rgb(5,186,75); }
td.TdClassName
{
border-color: #05BA4B;
}
.TagClassName
{
border-color: #05BA4B;
}
</style>