Shades of Dark Pastel Green #01BB25
Tints of Dark Pastel Green #01BB25
RGB
CMYK
RGB Variations
Color information
#01BB25 (or 0x01BB25) is known color: Dark Pastel Green. HEX triplet: 01, BB and 25. RGB value is (1,187,37). Sum of RGB (Red+Green+Blue) = 1+187+37=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 187 (73.44% from 255 or 83.11% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BB25 is #FE44DA. Grayscale: #727272. Windows color (decimal): -16663771 or 2472705. OLE color: 2472705.
HSL color Cylindrical-coordinate representation of color #01BB25: hue angle of 131.61º 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 #01BB25 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 187 | 37 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.27 |
| HSL | 131.61º | 0.99% | 0.37% | - |
| HSV(B) | 131.61º | 0.99% | 0.73% | - |
| XYZ | 18.12 | 35.68 | 7.68 | - |
| YUV | 114.29 | 84.38 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 37 | 0.99 | 0 | 0.80 | 0.27 | 131.61 | 0.99 | 0.37 |
| Hex | 1 | BB | 25 | 63 | 0 | 50 | 1B | 84 | 63 | 25 |
| Octal | 1 | 273 | 45 | 143 | 0 | 120 | 33 | 204 | 143 | 45 |
| Binary | 1 | 10111011 | 100101 | 1100011 | 0 | 1010000 | 11011 | 10000100 | 1100011 | 100101 |
Color Harmonies of #01BB25
Complementary color
Monochromatic Colors of #01BB25
Black with #01BB25
Text Example
Text Example
White with #01BB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BB25; }
p { color: rgb(1,187,37); }
H1.HeaderClassName
{
color: #01BB25;
}
.AnyTagClassName
{
color: #01BB25;
}
</style>
background-color css
<style>
a { background-color: #01BB25; }
a { background-color: rgb(1,187,37); }
div.DivClassName
{
background-color: #01BB25;
}
.BgClassName
{
background-color: #01BB25;
}
</style>
border-color css
<style>
span { border-color: #01BB25; }
span { border-color: rgb(1,187,37); }
td.TdClassName
{
border-color: #01BB25;
}
.TagClassName
{
border-color: #01BB25;
}
</style>