Shades of Dark Pastel Green #05BC43
Tints of Dark Pastel Green #05BC43
RGB
CMYK
RGB Variations
Color information
#05BC43 (or 0x05BC43) is known color: Dark Pastel Green. HEX triplet: 05, BC and 43. RGB value is (5,188,67). Sum of RGB (Red+Green+Blue) = 5+188+67=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05BC43 is #FA43BC. Grayscale: #777777. Windows color (decimal): -16401341 or 4439045. OLE color: 4439045.
HSL color Cylindrical-coordinate representation of color #05BC43: hue angle of 140.33º 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 #05BC43 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 188 | 67 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.26 |
| HSL | 140.33º | 0.95% | 0.38% | - |
| HSV(B) | 140.33º | 0.97% | 0.74% | - |
| XYZ | 19.06 | 36.4 | 11.33 | - |
| YUV | 119.49 | 98.37 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 67 | 0.97 | 0 | 0.64 | 0.26 | 140.33 | 0.95 | 0.38 |
| Hex | 5 | BC | 43 | 61 | 0 | 40 | 1A | 8C | 5F | 26 |
| Octal | 5 | 274 | 103 | 141 | 0 | 100 | 32 | 214 | 137 | 46 |
| Binary | 101 | 10111100 | 1000011 | 1100001 | 0 | 1000000 | 11010 | 10001100 | 1011111 | 100110 |
Color Harmonies of #05BC43
Complementary color
Monochromatic Colors of #05BC43
Black with #05BC43
Text Example
Text Example
White with #05BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BC43; }
p { color: rgb(5,188,67); }
H1.HeaderClassName
{
color: #05BC43;
}
.AnyTagClassName
{
color: #05BC43;
}
</style>
background-color css
<style>
a { background-color: #05BC43; }
a { background-color: rgb(5,188,67); }
div.DivClassName
{
background-color: #05BC43;
}
.BgClassName
{
background-color: #05BC43;
}
</style>
border-color css
<style>
span { border-color: #05BC43; }
span { border-color: rgb(5,188,67); }
td.TdClassName
{
border-color: #05BC43;
}
.TagClassName
{
border-color: #05BC43;
}
</style>