Shades of Green Yellow #BBFF40
Tints of Green Yellow #BBFF40
RGB
CMYK
RGB Variations
Color information
#BBFF40 (or 0xBBFF40) is known color: Green Yellow. HEX triplet: BB, FF and 40. RGB value is (187,255,64). Sum of RGB (Red+Green+Blue) = 187+255+64=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBFF40 is #4400BF. Grayscale: #D5D5D5. Windows color (decimal): -4456640 or 4259771. OLE color: 4259771.
HSL color Cylindrical-coordinate representation of color #BBFF40: hue angle of 81.36º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBFF40 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 64 | - |
| CMYK | 0.27 | 0 | 0.75 | 0 |
| HSL | 81.36º | 1% | 0.63% | - |
| HSV(B) | 81.36º | 0.75% | 1% | - |
| XYZ | 57.18 | 82.45 | 17.75 | - |
| YUV | 212.89 | 43.97 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 64 | 0.27 | 0 | 0.75 | 0 | 81.36 | 1 | 0.63 |
| Hex | BB | FF | 40 | 1B | 0 | 4B | 0 | 51 | 64 | 3F |
| Octal | 273 | 377 | 100 | 33 | 0 | 113 | 0 | 121 | 144 | 77 |
| Binary | 10111011 | 11111111 | 1000000 | 11011 | 0 | 1001011 | 0 | 1010001 | 1100100 | 111111 |
Color Harmonies of #BBFF40
Complementary color
Monochromatic Colors of #BBFF40
Black with #BBFF40
Text Example
Text Example
White with #BBFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF40; }
p { color: rgb(187,255,64); }
H1.HeaderClassName
{
color: #BBFF40;
}
.AnyTagClassName
{
color: #BBFF40;
}
</style>
background-color css
<style>
a { background-color: #BBFF40; }
a { background-color: rgb(187,255,64); }
div.DivClassName
{
background-color: #BBFF40;
}
.BgClassName
{
background-color: #BBFF40;
}
</style>
border-color css
<style>
span { border-color: #BBFF40; }
span { border-color: rgb(187,255,64); }
td.TdClassName
{
border-color: #BBFF40;
}
.TagClassName
{
border-color: #BBFF40;
}
</style>