Shades of Pigment Green #00BF57
Tints of Pigment Green #00BF57
RGB
CMYK
RGB Variations
Color information
#00BF57 (or 0x00BF57) is known color: Pigment Green. HEX triplet: 00, BF and 57. RGB value is (0,191,87). Sum of RGB (Red+Green+Blue) = 0+191+87=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF57 is #FF40A8. Grayscale: #7A7A7A. Windows color (decimal): -16728233 or 5750528. OLE color: 5750528.
HSL color Cylindrical-coordinate representation of color #00BF57: hue angle of 147.33º 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 #00BF57 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 87 | - |
| CMYK | 1 | 0 | 0.54 | 0.25 |
| HSL | 147.33º | 1% | 0.37% | - |
| HSV(B) | 147.33º | 1% | 0.75% | - |
| XYZ | 20.35 | 37.95 | 15.27 | - |
| YUV | 122.04 | 108.22 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 87 | 1 | 0 | 0.54 | 0.25 | 147.33 | 1 | 0.37 |
| Hex | 0 | BF | 57 | 64 | 0 | 36 | 19 | 93 | 64 | 25 |
| Octal | 0 | 277 | 127 | 144 | 0 | 66 | 31 | 223 | 144 | 45 |
| Binary | 0 | 10111111 | 1010111 | 1100100 | 0 | 110110 | 11001 | 10010011 | 1100100 | 100101 |
Color Harmonies of #00BF57
Complementary color
Monochromatic Colors of #00BF57
Black with #00BF57
Text Example
Text Example
White with #00BF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF57; }
p { color: rgb(0,191,87); }
H1.HeaderClassName
{
color: #00BF57;
}
.AnyTagClassName
{
color: #00BF57;
}
</style>
background-color css
<style>
a { background-color: #00BF57; }
a { background-color: rgb(0,191,87); }
div.DivClassName
{
background-color: #00BF57;
}
.BgClassName
{
background-color: #00BF57;
}
</style>
border-color css
<style>
span { border-color: #00BF57; }
span { border-color: rgb(0,191,87); }
td.TdClassName
{
border-color: #00BF57;
}
.TagClassName
{
border-color: #00BF57;
}
</style>