Shades of Pigment Green #00BE5A
Tints of Pigment Green #00BE5A
RGB
CMYK
RGB Variations
Color information
#00BE5A (or 0x00BE5A) is known color: Pigment Green. HEX triplet: 00, BE and 5A. RGB value is (0,190,90). Sum of RGB (Red+Green+Blue) = 0+190+90=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE5A is #FF41A5. Grayscale: #7A7A7A. Windows color (decimal): -16728486 or 5946880. OLE color: 5946880.
HSL color Cylindrical-coordinate representation of color #00BE5A: hue angle of 148.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE5A is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 90 | - |
| CMYK | 1 | 0 | 0.53 | 0.25 |
| HSL | 148.42º | 1% | 0.37% | - |
| HSV(B) | 148.42º | 1% | 0.75% | - |
| XYZ | 20.26 | 37.57 | 15.86 | - |
| YUV | 121.79 | 110.05 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 90 | 1 | 0 | 0.53 | 0.25 | 148.42 | 1 | 0.37 |
| Hex | 0 | BE | 5A | 64 | 0 | 35 | 19 | 94 | 64 | 25 |
| Octal | 0 | 276 | 132 | 144 | 0 | 65 | 31 | 224 | 144 | 45 |
| Binary | 0 | 10111110 | 1011010 | 1100100 | 0 | 110101 | 11001 | 10010100 | 1100100 | 100101 |
Color Harmonies of #00BE5A
Complementary color
Monochromatic Colors of #00BE5A
Black with #00BE5A
Text Example
Text Example
White with #00BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE5A; }
p { color: rgb(0,190,90); }
H1.HeaderClassName
{
color: #00BE5A;
}
.AnyTagClassName
{
color: #00BE5A;
}
</style>
background-color css
<style>
a { background-color: #00BE5A; }
a { background-color: rgb(0,190,90); }
div.DivClassName
{
background-color: #00BE5A;
}
.BgClassName
{
background-color: #00BE5A;
}
</style>
border-color css
<style>
span { border-color: #00BE5A; }
span { border-color: rgb(0,190,90); }
td.TdClassName
{
border-color: #00BE5A;
}
.TagClassName
{
border-color: #00BE5A;
}
</style>