Shades of Inch Worm #BBF00B
Tints of Inch Worm #BBF00B
RGB
CMYK
RGB Variations
Color information
#BBF00B (or 0xBBF00B) is known color: Inch Worm. HEX triplet: BB, F0 and 0B. RGB value is (187,240,11). Sum of RGB (Red+Green+Blue) = 187+240+11=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF00B is #440FF4. Grayscale: #C6C6C6. Windows color (decimal): -4460533 or 782523. OLE color: 782523.
HSL color Cylindrical-coordinate representation of color #BBF00B: hue angle of 73.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBF00B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 11 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.06 |
| HSL | 73.89º | 0.91% | 0.49% | - |
| HSV(B) | 73.89º | 0.95% | 0.94% | - |
| XYZ | 51.71 | 72.91 | 11.66 | - |
| YUV | 198.05 | 22.44 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 11 | 0.22 | 0 | 0.95 | 0.06 | 73.89 | 0.91 | 0.49 |
| Hex | BB | F0 | B | 16 | 0 | 5F | 6 | 4A | 5B | 31 |
| Octal | 273 | 360 | 13 | 26 | 0 | 137 | 6 | 112 | 133 | 61 |
| Binary | 10111011 | 11110000 | 1011 | 10110 | 0 | 1011111 | 110 | 1001010 | 1011011 | 110001 |
Color Harmonies of #BBF00B
Complementary color
Monochromatic Colors of #BBF00B
Black with #BBF00B
Text Example
Text Example
White with #BBF00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF00B; }
p { color: rgb(187,240,11); }
H1.HeaderClassName
{
color: #BBF00B;
}
.AnyTagClassName
{
color: #BBF00B;
}
</style>
background-color css
<style>
a { background-color: #BBF00B; }
a { background-color: rgb(187,240,11); }
div.DivClassName
{
background-color: #BBF00B;
}
.BgClassName
{
background-color: #BBF00B;
}
</style>
border-color css
<style>
span { border-color: #BBF00B; }
span { border-color: rgb(187,240,11); }
td.TdClassName
{
border-color: #BBF00B;
}
.TagClassName
{
border-color: #BBF00B;
}
</style>