Shades of Pigment Green #00BD5A
Tints of Pigment Green #00BD5A
RGB
CMYK
RGB Variations
Color information
#00BD5A (or 0x00BD5A) is known color: Pigment Green. HEX triplet: 00, BD and 5A. RGB value is (0,189,90). Sum of RGB (Red+Green+Blue) = 0+189+90=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BD5A is #FF42A5. Grayscale: #797979. Windows color (decimal): -16728742 or 5946624. OLE color: 5946624.
HSL color Cylindrical-coordinate representation of color #00BD5A: hue angle of 148.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BD5A is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 90 | - |
| CMYK | 1 | 0 | 0.52 | 0.26 |
| HSL | 148.57º | 1% | 0.37% | - |
| HSV(B) | 148.57º | 1% | 0.74% | - |
| XYZ | 20.04 | 37.13 | 15.78 | - |
| YUV | 121.2 | 110.38 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 90 | 1 | 0 | 0.52 | 0.26 | 148.57 | 1 | 0.37 |
| Hex | 0 | BD | 5A | 64 | 0 | 34 | 1A | 95 | 64 | 25 |
| Octal | 0 | 275 | 132 | 144 | 0 | 64 | 32 | 225 | 144 | 45 |
| Binary | 0 | 10111101 | 1011010 | 1100100 | 0 | 110100 | 11010 | 10010101 | 1100100 | 100101 |
Color Harmonies of #00BD5A
Complementary color
Monochromatic Colors of #00BD5A
Black with #00BD5A
Text Example
Text Example
White with #00BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD5A; }
p { color: rgb(0,189,90); }
H1.HeaderClassName
{
color: #00BD5A;
}
.AnyTagClassName
{
color: #00BD5A;
}
</style>
background-color css
<style>
a { background-color: #00BD5A; }
a { background-color: rgb(0,189,90); }
div.DivClassName
{
background-color: #00BD5A;
}
.BgClassName
{
background-color: #00BD5A;
}
</style>
border-color css
<style>
span { border-color: #00BD5A; }
span { border-color: rgb(0,189,90); }
td.TdClassName
{
border-color: #00BD5A;
}
.TagClassName
{
border-color: #00BD5A;
}
</style>