Shades of Pigment Green #01BE5C
Tints of Pigment Green #01BE5C
RGB
CMYK
RGB Variations
Color information
#01BE5C (or 0x01BE5C) is known color: Pigment Green. HEX triplet: 01, BE and 5C. RGB value is (1,190,92). Sum of RGB (Red+Green+Blue) = 1+190+92=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE5C is #FE41A3. Grayscale: #7A7A7A. Windows color (decimal): -16662948 or 6077953. OLE color: 6077953.
HSL color Cylindrical-coordinate representation of color #01BE5C: hue angle of 148.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE5C is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 190 | 92 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.25 |
| HSL | 148.89º | 0.99% | 0.37% | - |
| HSV(B) | 148.89º | 0.99% | 0.75% | - |
| XYZ | 20.36 | 37.61 | 16.31 | - |
| YUV | 122.32 | 110.88 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 92 | 0.99 | 0 | 0.52 | 0.25 | 148.89 | 0.99 | 0.37 |
| Hex | 1 | BE | 5C | 63 | 0 | 34 | 19 | 95 | 63 | 25 |
| Octal | 1 | 276 | 134 | 143 | 0 | 64 | 31 | 225 | 143 | 45 |
| Binary | 1 | 10111110 | 1011100 | 1100011 | 0 | 110100 | 11001 | 10010101 | 1100011 | 100101 |
Color Harmonies of #01BE5C
Complementary color
Monochromatic Colors of #01BE5C
Black with #01BE5C
Text Example
Text Example
White with #01BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BE5C; }
p { color: rgb(1,190,92); }
H1.HeaderClassName
{
color: #01BE5C;
}
.AnyTagClassName
{
color: #01BE5C;
}
</style>
background-color css
<style>
a { background-color: #01BE5C; }
a { background-color: rgb(1,190,92); }
div.DivClassName
{
background-color: #01BE5C;
}
.BgClassName
{
background-color: #01BE5C;
}
</style>
border-color css
<style>
span { border-color: #01BE5C; }
span { border-color: rgb(1,190,92); }
td.TdClassName
{
border-color: #01BE5C;
}
.TagClassName
{
border-color: #01BE5C;
}
</style>