Shades of Green Yellow #B4FE50
Tints of Green Yellow #B4FE50
RGB
CMYK
RGB Variations
Color information
#B4FE50 (or 0xB4FE50) is known color: Green Yellow. HEX triplet: B4, FE and 50. RGB value is (180,254,80). Sum of RGB (Red+Green+Blue) = 180+254+80=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FE50 is #4B01AF. Grayscale: #D4D4D4. Windows color (decimal): -4915632 or 5308084. OLE color: 5308084.
HSL color Cylindrical-coordinate representation of color #B4FE50: hue angle of 85.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4FE50 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 80 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.00 |
| HSL | 85.52º | 0.99% | 0.65% | - |
| HSV(B) | 85.52º | 0.69% | 1% | - |
| XYZ | 55.71 | 81.17 | 20.32 | - |
| YUV | 212.04 | 53.48 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 80 | 0.29 | 0 | 0.69 | 0.00 | 85.52 | 0.99 | 0.65 |
| Hex | B4 | FE | 50 | 1D | 0 | 45 | 0 | 56 | 63 | 41 |
| Octal | 264 | 376 | 120 | 35 | 0 | 105 | 0 | 126 | 143 | 101 |
| Binary | 10110100 | 11111110 | 1010000 | 11101 | 0 | 1000101 | 0 | 1010110 | 1100011 | 1000001 |
Color Harmonies of #B4FE50
Complementary color
Monochromatic Colors of #B4FE50
Black with #B4FE50
Text Example
Text Example
White with #B4FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FE50; }
p { color: rgb(180,254,80); }
H1.HeaderClassName
{
color: #B4FE50;
}
.AnyTagClassName
{
color: #B4FE50;
}
</style>
background-color css
<style>
a { background-color: #B4FE50; }
a { background-color: rgb(180,254,80); }
div.DivClassName
{
background-color: #B4FE50;
}
.BgClassName
{
background-color: #B4FE50;
}
</style>
border-color css
<style>
span { border-color: #B4FE50; }
span { border-color: rgb(180,254,80); }
td.TdClassName
{
border-color: #B4FE50;
}
.TagClassName
{
border-color: #B4FE50;
}
</style>