Shades of Inch Worm #BBF710
Tints of Inch Worm #BBF710
RGB
CMYK
RGB Variations
Color information
#BBF710 (or 0xBBF710) is known color: Inch Worm. HEX triplet: BB, F7 and 10. RGB value is (187,247,16). Sum of RGB (Red+Green+Blue) = 187+247+16=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 247 (96.88% from 255 or 54.89% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF710 is #4408EF. Grayscale: #CBCBCB. Windows color (decimal): -4458736 or 1111995. OLE color: 1111995.
HSL color Cylindrical-coordinate representation of color #BBF710: hue angle of 75.58º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBF710 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 16 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.03 |
| HSL | 75.58º | 0.94% | 0.52% | - |
| HSV(B) | 75.58º | 0.94% | 0.97% | - |
| XYZ | 53.85 | 77.12 | 12.54 | - |
| YUV | 202.73 | 22.62 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 16 | 0.24 | 0 | 0.94 | 0.03 | 75.58 | 0.94 | 0.52 |
| Hex | BB | F7 | 10 | 18 | 0 | 5E | 3 | 4C | 5E | 34 |
| Octal | 273 | 367 | 20 | 30 | 0 | 136 | 3 | 114 | 136 | 64 |
| Binary | 10111011 | 11110111 | 10000 | 11000 | 0 | 1011110 | 11 | 1001100 | 1011110 | 110100 |
Color Harmonies of #BBF710
Complementary color
Monochromatic Colors of #BBF710
Black with #BBF710
Text Example
Text Example
White with #BBF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF710; }
p { color: rgb(187,247,16); }
H1.HeaderClassName
{
color: #BBF710;
}
.AnyTagClassName
{
color: #BBF710;
}
</style>
background-color css
<style>
a { background-color: #BBF710; }
a { background-color: rgb(187,247,16); }
div.DivClassName
{
background-color: #BBF710;
}
.BgClassName
{
background-color: #BBF710;
}
</style>
border-color css
<style>
span { border-color: #BBF710; }
span { border-color: rgb(187,247,16); }
td.TdClassName
{
border-color: #BBF710;
}
.TagClassName
{
border-color: #BBF710;
}
</style>