Shades of Inch Worm #BBF511
Tints of Inch Worm #BBF511
RGB
CMYK
RGB Variations
Color information
#BBF511 (or 0xBBF511) is known color: Inch Worm. HEX triplet: BB, F5 and 11. RGB value is (187,245,17). Sum of RGB (Red+Green+Blue) = 187+245+17=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 245 (96.09% from 255 or 54.57% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF511 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF511 is #440AEE. Grayscale: #CACACA. Windows color (decimal): -4459247 or 1177019. OLE color: 1177019.
HSL color Cylindrical-coordinate representation of color #BBF511: hue angle of 75.26º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBF511 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 17 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.04 |
| HSL | 75.26º | 0.92% | 0.51% | - |
| HSV(B) | 75.26º | 0.93% | 0.96% | - |
| XYZ | 53.25 | 75.91 | 12.38 | - |
| YUV | 201.67 | 23.78 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 17 | 0.24 | 0 | 0.93 | 0.04 | 75.26 | 0.92 | 0.51 |
| Hex | BB | F5 | 11 | 18 | 0 | 5D | 4 | 4B | 5C | 33 |
| Octal | 273 | 365 | 21 | 30 | 0 | 135 | 4 | 113 | 134 | 63 |
| Binary | 10111011 | 11110101 | 10001 | 11000 | 0 | 1011101 | 100 | 1001011 | 1011100 | 110011 |
Color Harmonies of #BBF511
Complementary color
Monochromatic Colors of #BBF511
Black with #BBF511
Text Example
Text Example
White with #BBF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF511; }
p { color: rgb(187,245,17); }
H1.HeaderClassName
{
color: #BBF511;
}
.AnyTagClassName
{
color: #BBF511;
}
</style>
background-color css
<style>
a { background-color: #BBF511; }
a { background-color: rgb(187,245,17); }
div.DivClassName
{
background-color: #BBF511;
}
.BgClassName
{
background-color: #BBF511;
}
</style>
border-color css
<style>
span { border-color: #BBF511; }
span { border-color: rgb(187,245,17); }
td.TdClassName
{
border-color: #BBF511;
}
.TagClassName
{
border-color: #BBF511;
}
</style>