Shades of Green Yellow #B8FF50
Tints of Green Yellow #B8FF50
RGB
CMYK
RGB Variations
Color information
#B8FF50 (or 0xB8FF50) is known color: Green Yellow. HEX triplet: B8, FF and 50. RGB value is (184,255,80). Sum of RGB (Red+Green+Blue) = 184+255+80=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FF50 is #4700AF. Grayscale: #D6D6D6. Windows color (decimal): -4653232 or 5308344. OLE color: 5308344.
HSL color Cylindrical-coordinate representation of color #B8FF50: hue angle of 84.34º 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 #B8FF50 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 80 | - |
| CMYK | 0.28 | 0 | 0.69 | 0 |
| HSL | 84.34º | 1% | 0.66% | - |
| HSV(B) | 84.34º | 0.69% | 1% | - |
| XYZ | 56.98 | 82.29 | 20.47 | - |
| YUV | 213.82 | 52.48 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 80 | 0.28 | 0 | 0.69 | 0 | 84.34 | 1 | 0.66 |
| Hex | B8 | FF | 50 | 1C | 0 | 45 | 0 | 54 | 64 | 42 |
| Octal | 270 | 377 | 120 | 34 | 0 | 105 | 0 | 124 | 144 | 102 |
| Binary | 10111000 | 11111111 | 1010000 | 11100 | 0 | 1000101 | 0 | 1010100 | 1100100 | 1000010 |
Color Harmonies of #B8FF50
Complementary color
Monochromatic Colors of #B8FF50
Black with #B8FF50
Text Example
Text Example
White with #B8FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FF50; }
p { color: rgb(184,255,80); }
H1.HeaderClassName
{
color: #B8FF50;
}
.AnyTagClassName
{
color: #B8FF50;
}
</style>
background-color css
<style>
a { background-color: #B8FF50; }
a { background-color: rgb(184,255,80); }
div.DivClassName
{
background-color: #B8FF50;
}
.BgClassName
{
background-color: #B8FF50;
}
</style>
border-color css
<style>
span { border-color: #B8FF50; }
span { border-color: rgb(184,255,80); }
td.TdClassName
{
border-color: #B8FF50;
}
.TagClassName
{
border-color: #B8FF50;
}
</style>