Shades of Green Yellow #BBFF20
Tints of Green Yellow #BBFF20
RGB
CMYK
RGB Variations
Color information
#BBFF20 (or 0xBBFF20) is known color: Green Yellow. HEX triplet: BB, FF and 20. RGB value is (187,255,32). Sum of RGB (Red+Green+Blue) = 187+255+32=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBFF20 is #4400DF. Grayscale: #D2D2D2. Windows color (decimal): -4456672 or 2162619. OLE color: 2162619.
HSL color Cylindrical-coordinate representation of color #BBFF20: hue angle of 78.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBFF20 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 32 | - |
| CMYK | 0.27 | 0 | 0.87 | 0 |
| HSL | 78.3º | 1% | 0.56% | - |
| HSV(B) | 78.3º | 0.87% | 1% | - |
| XYZ | 56.51 | 82.19 | 14.25 | - |
| YUV | 209.25 | 27.97 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 32 | 0.27 | 0 | 0.87 | 0 | 78.3 | 1 | 0.56 |
| Hex | BB | FF | 20 | 1B | 0 | 57 | 0 | 4E | 64 | 38 |
| Octal | 273 | 377 | 40 | 33 | 0 | 127 | 0 | 116 | 144 | 70 |
| Binary | 10111011 | 11111111 | 100000 | 11011 | 0 | 1010111 | 0 | 1001110 | 1100100 | 111000 |
Color Harmonies of #BBFF20
Complementary color
Monochromatic Colors of #BBFF20
Black with #BBFF20
Text Example
Text Example
White with #BBFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF20; }
p { color: rgb(187,255,32); }
H1.HeaderClassName
{
color: #BBFF20;
}
.AnyTagClassName
{
color: #BBFF20;
}
</style>
background-color css
<style>
a { background-color: #BBFF20; }
a { background-color: rgb(187,255,32); }
div.DivClassName
{
background-color: #BBFF20;
}
.BgClassName
{
background-color: #BBFF20;
}
</style>
border-color css
<style>
span { border-color: #BBFF20; }
span { border-color: rgb(187,255,32); }
td.TdClassName
{
border-color: #BBFF20;
}
.TagClassName
{
border-color: #BBFF20;
}
</style>