Shades of Green Yellow #BBFF50
Tints of Green Yellow #BBFF50
RGB
CMYK
RGB Variations
Color information
#BBFF50 (or 0xBBFF50) is known color: Green Yellow. HEX triplet: BB, FF and 50. RGB value is (187,255,80). Sum of RGB (Red+Green+Blue) = 187+255+80=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF50 is #4400AF. Grayscale: #D7D7D7. Windows color (decimal): -4456624 or 5308347. OLE color: 5308347.
HSL color Cylindrical-coordinate representation of color #BBFF50: hue angle of 83.31º 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 #BBFF50 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 80 | - |
| CMYK | 0.27 | 0 | 0.69 | 0 |
| HSL | 83.31º | 1% | 0.66% | - |
| HSV(B) | 83.31º | 0.69% | 1% | - |
| XYZ | 57.7 | 82.66 | 20.5 | - |
| YUV | 214.72 | 51.97 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 80 | 0.27 | 0 | 0.69 | 0 | 83.31 | 1 | 0.66 |
| Hex | BB | FF | 50 | 1B | 0 | 45 | 0 | 53 | 64 | 42 |
| Octal | 273 | 377 | 120 | 33 | 0 | 105 | 0 | 123 | 144 | 102 |
| Binary | 10111011 | 11111111 | 1010000 | 11011 | 0 | 1000101 | 0 | 1010011 | 1100100 | 1000010 |
Color Harmonies of #BBFF50
Complementary color
Monochromatic Colors of #BBFF50
Black with #BBFF50
Text Example
Text Example
White with #BBFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF50; }
p { color: rgb(187,255,80); }
H1.HeaderClassName
{
color: #BBFF50;
}
.AnyTagClassName
{
color: #BBFF50;
}
</style>
background-color css
<style>
a { background-color: #BBFF50; }
a { background-color: rgb(187,255,80); }
div.DivClassName
{
background-color: #BBFF50;
}
.BgClassName
{
background-color: #BBFF50;
}
</style>
border-color css
<style>
span { border-color: #BBFF50; }
span { border-color: rgb(187,255,80); }
td.TdClassName
{
border-color: #BBFF50;
}
.TagClassName
{
border-color: #BBFF50;
}
</style>