Shades of Inch Worm #BBF117
Tints of Inch Worm #BBF117
RGB
CMYK
RGB Variations
Color information
#BBF117 (or 0xBBF117) is known color: Inch Worm. HEX triplet: BB, F1 and 17. RGB value is (187,241,23). Sum of RGB (Red+Green+Blue) = 187+241+23=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF117 is #440EE8. Grayscale: #C8C8C8. Windows color (decimal): -4460265 or 1569211. OLE color: 1569211.
HSL color Cylindrical-coordinate representation of color #BBF117: hue angle of 74.86º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBF117 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 23 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.05 |
| HSL | 74.86º | 0.89% | 0.52% | - |
| HSV(B) | 74.86º | 0.9% | 0.95% | - |
| XYZ | 52.1 | 73.54 | 12.26 | - |
| YUV | 200 | 28.11 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 23 | 0.22 | 0 | 0.90 | 0.05 | 74.86 | 0.89 | 0.52 |
| Hex | BB | F1 | 17 | 16 | 0 | 5A | 5 | 4B | 59 | 34 |
| Octal | 273 | 361 | 27 | 26 | 0 | 132 | 5 | 113 | 131 | 64 |
| Binary | 10111011 | 11110001 | 10111 | 10110 | 0 | 1011010 | 101 | 1001011 | 1011001 | 110100 |
Color Harmonies of #BBF117
Complementary color
Monochromatic Colors of #BBF117
Black with #BBF117
Text Example
Text Example
White with #BBF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF117; }
p { color: rgb(187,241,23); }
H1.HeaderClassName
{
color: #BBF117;
}
.AnyTagClassName
{
color: #BBF117;
}
</style>
background-color css
<style>
a { background-color: #BBF117; }
a { background-color: rgb(187,241,23); }
div.DivClassName
{
background-color: #BBF117;
}
.BgClassName
{
background-color: #BBF117;
}
</style>
border-color css
<style>
span { border-color: #BBF117; }
span { border-color: rgb(187,241,23); }
td.TdClassName
{
border-color: #BBF117;
}
.TagClassName
{
border-color: #BBF117;
}
</style>