Shades of Dark Pastel Green #01BB43
Tints of Dark Pastel Green #01BB43
RGB
CMYK
RGB Variations
Color information
#01BB43 (or 0x01BB43) is known color: Dark Pastel Green. HEX triplet: 01, BB and 43. RGB value is (1,187,67). Sum of RGB (Red+Green+Blue) = 1+187+67=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BB43 is #FE44BC. Grayscale: #767676. Windows color (decimal): -16663741 or 4438785. OLE color: 4438785.
HSL color Cylindrical-coordinate representation of color #01BB43: hue angle of 141.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB43 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 67 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.27 |
| HSL | 141.29º | 0.99% | 0.37% | - |
| HSV(B) | 141.29º | 0.99% | 0.73% | - |
| XYZ | 18.8 | 35.95 | 11.26 | - |
| YUV | 117.71 | 99.38 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 67 | 0.99 | 0 | 0.64 | 0.27 | 141.29 | 0.99 | 0.37 |
| Hex | 1 | BB | 43 | 63 | 0 | 40 | 1B | 8D | 63 | 25 |
| Octal | 1 | 273 | 103 | 143 | 0 | 100 | 33 | 215 | 143 | 45 |
| Binary | 1 | 10111011 | 1000011 | 1100011 | 0 | 1000000 | 11011 | 10001101 | 1100011 | 100101 |
Color Harmonies of #01BB43
Complementary color
Monochromatic Colors of #01BB43
Black with #01BB43
Text Example
Text Example
White with #01BB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB43; }
p { color: rgb(1,187,67); }
H1.HeaderClassName
{
color: #01BB43;
}
.AnyTagClassName
{
color: #01BB43;
}
</style>
background-color css
<style>
a { background-color: #01BB43; }
a { background-color: rgb(1,187,67); }
div.DivClassName
{
background-color: #01BB43;
}
.BgClassName
{
background-color: #01BB43;
}
</style>
border-color css
<style>
span { border-color: #01BB43; }
span { border-color: rgb(1,187,67); }
td.TdClassName
{
border-color: #01BB43;
}
.TagClassName
{
border-color: #01BB43;
}
</style>