Shades of Inch Worm #BBF50B
Tints of Inch Worm #BBF50B
RGB
CMYK
RGB Variations
Color information
#BBF50B (or 0xBBF50B) is known color: Inch Worm. HEX triplet: BB, F5 and 0B. RGB value is (187,245,11). Sum of RGB (Red+Green+Blue) = 187+245+11=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF50B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF50B is #440AF4. Grayscale: #C9C9C9. Windows color (decimal): -4459253 or 783803. OLE color: 783803.
HSL color Cylindrical-coordinate representation of color #BBF50B: hue angle of 74.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBF50B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 11 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.04 |
| HSL | 74.87º | 0.92% | 0.5% | - |
| HSV(B) | 74.87º | 0.96% | 0.96% | - |
| XYZ | 53.21 | 75.89 | 12.16 | - |
| YUV | 200.98 | 20.78 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 11 | 0.24 | 0 | 0.96 | 0.04 | 74.87 | 0.92 | 0.5 |
| Hex | BB | F5 | B | 18 | 0 | 60 | 4 | 4B | 5C | 32 |
| Octal | 273 | 365 | 13 | 30 | 0 | 140 | 4 | 113 | 134 | 62 |
| Binary | 10111011 | 11110101 | 1011 | 11000 | 0 | 1100000 | 100 | 1001011 | 1011100 | 110010 |
Color Harmonies of #BBF50B
Complementary color
Monochromatic Colors of #BBF50B
Black with #BBF50B
Text Example
Text Example
White with #BBF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF50B; }
p { color: rgb(187,245,11); }
H1.HeaderClassName
{
color: #BBF50B;
}
.AnyTagClassName
{
color: #BBF50B;
}
</style>
background-color css
<style>
a { background-color: #BBF50B; }
a { background-color: rgb(187,245,11); }
div.DivClassName
{
background-color: #BBF50B;
}
.BgClassName
{
background-color: #BBF50B;
}
</style>
border-color css
<style>
span { border-color: #BBF50B; }
span { border-color: rgb(187,245,11); }
td.TdClassName
{
border-color: #BBF50B;
}
.TagClassName
{
border-color: #BBF50B;
}
</style>