Shades of Green Yellow #BBFF42
Tints of Green Yellow #BBFF42
RGB
CMYK
RGB Variations
Color information
#BBFF42 (or 0xBBFF42) is known color: Green Yellow. HEX triplet: BB, FF and 42. RGB value is (187,255,66). Sum of RGB (Red+Green+Blue) = 187+255+66=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBFF42 is #4400BD. Grayscale: #D5D5D5. Windows color (decimal): -4456638 or 4390843. OLE color: 4390843.
HSL color Cylindrical-coordinate representation of color #BBFF42: hue angle of 81.59º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBFF42 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 66 | - |
| CMYK | 0.27 | 0 | 0.74 | 0 |
| HSL | 81.59º | 1% | 0.63% | - |
| HSV(B) | 81.59º | 0.74% | 1% | - |
| XYZ | 57.24 | 82.48 | 18.06 | - |
| YUV | 213.12 | 44.97 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 66 | 0.27 | 0 | 0.74 | 0 | 81.59 | 1 | 0.63 |
| Hex | BB | FF | 42 | 1B | 0 | 4A | 0 | 52 | 64 | 3F |
| Octal | 273 | 377 | 102 | 33 | 0 | 112 | 0 | 122 | 144 | 77 |
| Binary | 10111011 | 11111111 | 1000010 | 11011 | 0 | 1001010 | 0 | 1010010 | 1100100 | 111111 |
Color Harmonies of #BBFF42
Complementary color
Monochromatic Colors of #BBFF42
Black with #BBFF42
Text Example
Text Example
White with #BBFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF42; }
p { color: rgb(187,255,66); }
H1.HeaderClassName
{
color: #BBFF42;
}
.AnyTagClassName
{
color: #BBFF42;
}
</style>
background-color css
<style>
a { background-color: #BBFF42; }
a { background-color: rgb(187,255,66); }
div.DivClassName
{
background-color: #BBFF42;
}
.BgClassName
{
background-color: #BBFF42;
}
</style>
border-color css
<style>
span { border-color: #BBFF42; }
span { border-color: rgb(187,255,66); }
td.TdClassName
{
border-color: #BBFF42;
}
.TagClassName
{
border-color: #BBFF42;
}
</style>