Shades of Green Yellow #BBFC1F
Tints of Green Yellow #BBFC1F
RGB
CMYK
RGB Variations
Color information
#BBFC1F (or 0xBBFC1F) is known color: Green Yellow. HEX triplet: BB, FC and 1F. RGB value is (187,252,31). Sum of RGB (Red+Green+Blue) = 187+252+31=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 31 (12.5% from 255 or 6.60% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBFC1F is #4403E0. Grayscale: #D0D0D0. Windows color (decimal): -4457441 or 2096315. OLE color: 2096315.
HSL color Cylindrical-coordinate representation of color #BBFC1F: hue angle of 77.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBFC1F is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 31 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.01 |
| HSL | 77.65º | 0.97% | 0.55% | - |
| HSV(B) | 77.65º | 0.88% | 0.99% | - |
| XYZ | 55.55 | 80.28 | 13.86 | - |
| YUV | 207.37 | 28.47 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 31 | 0.26 | 0 | 0.88 | 0.01 | 77.65 | 0.97 | 0.55 |
| Hex | BB | FC | 1F | 1A | 0 | 58 | 1 | 4E | 61 | 37 |
| Octal | 273 | 374 | 37 | 32 | 0 | 130 | 1 | 116 | 141 | 67 |
| Binary | 10111011 | 11111100 | 11111 | 11010 | 0 | 1011000 | 1 | 1001110 | 1100001 | 110111 |
Color Harmonies of #BBFC1F
Complementary color
Monochromatic Colors of #BBFC1F
Black with #BBFC1F
Text Example
Text Example
White with #BBFC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC1F; }
p { color: rgb(187,252,31); }
H1.HeaderClassName
{
color: #BBFC1F;
}
.AnyTagClassName
{
color: #BBFC1F;
}
</style>
background-color css
<style>
a { background-color: #BBFC1F; }
a { background-color: rgb(187,252,31); }
div.DivClassName
{
background-color: #BBFC1F;
}
.BgClassName
{
background-color: #BBFC1F;
}
</style>
border-color css
<style>
span { border-color: #BBFC1F; }
span { border-color: rgb(187,252,31); }
td.TdClassName
{
border-color: #BBFC1F;
}
.TagClassName
{
border-color: #BBFC1F;
}
</style>