Shades of Dark Pastel Green #05BC1D
Tints of Dark Pastel Green #05BC1D
RGB
CMYK
RGB Variations
Color information
#05BC1D (or 0x05BC1D) is known color: Dark Pastel Green. HEX triplet: 05, BC and 1D. RGB value is (5,188,29). Sum of RGB (Red+Green+Blue) = 5+188+29=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BC1D is #FA43E2. Grayscale: #737373. Windows color (decimal): -16401379 or 1948677. OLE color: 1948677.
HSL color Cylindrical-coordinate representation of color #05BC1D: hue angle of 127.87º 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 #05BC1D is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 188 | 29 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.26 |
| HSL | 127.87º | 0.95% | 0.38% | - |
| HSV(B) | 127.87º | 0.97% | 0.74% | - |
| XYZ | 18.27 | 36.09 | 7.17 | - |
| YUV | 115.16 | 79.37 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 29 | 0.97 | 0 | 0.85 | 0.26 | 127.87 | 0.95 | 0.38 |
| Hex | 5 | BC | 1D | 61 | 0 | 55 | 1A | 80 | 5F | 26 |
| Octal | 5 | 274 | 35 | 141 | 0 | 125 | 32 | 200 | 137 | 46 |
| Binary | 101 | 10111100 | 11101 | 1100001 | 0 | 1010101 | 11010 | 10000000 | 1011111 | 100110 |
Color Harmonies of #05BC1D
Complementary color
Monochromatic Colors of #05BC1D
Black with #05BC1D
Text Example
Text Example
White with #05BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BC1D; }
p { color: rgb(5,188,29); }
H1.HeaderClassName
{
color: #05BC1D;
}
.AnyTagClassName
{
color: #05BC1D;
}
</style>
background-color css
<style>
a { background-color: #05BC1D; }
a { background-color: rgb(5,188,29); }
div.DivClassName
{
background-color: #05BC1D;
}
.BgClassName
{
background-color: #05BC1D;
}
</style>
border-color css
<style>
span { border-color: #05BC1D; }
span { border-color: rgb(5,188,29); }
td.TdClassName
{
border-color: #05BC1D;
}
.TagClassName
{
border-color: #05BC1D;
}
</style>