Shades of Green Yellow #B0FF50
Tints of Green Yellow #B0FF50
RGB
CMYK
RGB Variations
Color information
#B0FF50 (or 0xB0FF50) is known color: Green Yellow. HEX triplet: B0, FF and 50. RGB value is (176,255,80). Sum of RGB (Red+Green+Blue) = 176+255+80=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF50 is #4F00AF. Grayscale: #D4D4D4. Windows color (decimal): -5177520 or 5308336. OLE color: 5308336.
HSL color Cylindrical-coordinate representation of color #B0FF50: hue angle of 87.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0FF50 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 80 | - |
| CMYK | 0.31 | 0 | 0.69 | 0 |
| HSL | 87.09º | 1% | 0.66% | - |
| HSV(B) | 87.09º | 0.69% | 1% | - |
| XYZ | 55.11 | 81.33 | 20.38 | - |
| YUV | 211.43 | 53.83 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 80 | 0.31 | 0 | 0.69 | 0 | 87.09 | 1 | 0.66 |
| Hex | B0 | FF | 50 | 1F | 0 | 45 | 0 | 57 | 64 | 42 |
| Octal | 260 | 377 | 120 | 37 | 0 | 105 | 0 | 127 | 144 | 102 |
| Binary | 10110000 | 11111111 | 1010000 | 11111 | 0 | 1000101 | 0 | 1010111 | 1100100 | 1000010 |
Color Harmonies of #B0FF50
Complementary color
Monochromatic Colors of #B0FF50
Black with #B0FF50
Text Example
Text Example
White with #B0FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF50; }
p { color: rgb(176,255,80); }
H1.HeaderClassName
{
color: #B0FF50;
}
.AnyTagClassName
{
color: #B0FF50;
}
</style>
background-color css
<style>
a { background-color: #B0FF50; }
a { background-color: rgb(176,255,80); }
div.DivClassName
{
background-color: #B0FF50;
}
.BgClassName
{
background-color: #B0FF50;
}
</style>
border-color css
<style>
span { border-color: #B0FF50; }
span { border-color: rgb(176,255,80); }
td.TdClassName
{
border-color: #B0FF50;
}
.TagClassName
{
border-color: #B0FF50;
}
</style>