Shades of Inch Worm #BBF71C
Tints of Inch Worm #BBF71C
RGB
CMYK
RGB Variations
Color information
#BBF71C (or 0xBBF71C) is known color: Inch Worm. HEX triplet: BB, F7 and 1C. RGB value is (187,247,28). Sum of RGB (Red+Green+Blue) = 187+247+28=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 247 (96.88% from 255 or 53.46% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF71C is #4408E3. Grayscale: #CCCCCC. Windows color (decimal): -4458724 or 1898427. OLE color: 1898427.
HSL color Cylindrical-coordinate representation of color #BBF71C: hue angle of 76.44º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBF71C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 28 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.03 |
| HSL | 76.44º | 0.93% | 0.54% | - |
| HSV(B) | 76.44º | 0.89% | 0.97% | - |
| XYZ | 53.96 | 77.17 | 13.15 | - |
| YUV | 204.09 | 28.62 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 28 | 0.24 | 0 | 0.89 | 0.03 | 76.44 | 0.93 | 0.54 |
| Hex | BB | F7 | 1C | 18 | 0 | 59 | 3 | 4C | 5D | 36 |
| Octal | 273 | 367 | 34 | 30 | 0 | 131 | 3 | 114 | 135 | 66 |
| Binary | 10111011 | 11110111 | 11100 | 11000 | 0 | 1011001 | 11 | 1001100 | 1011101 | 110110 |
Color Harmonies of #BBF71C
Complementary color
Monochromatic Colors of #BBF71C
Black with #BBF71C
Text Example
Text Example
White with #BBF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF71C; }
p { color: rgb(187,247,28); }
H1.HeaderClassName
{
color: #BBF71C;
}
.AnyTagClassName
{
color: #BBF71C;
}
</style>
background-color css
<style>
a { background-color: #BBF71C; }
a { background-color: rgb(187,247,28); }
div.DivClassName
{
background-color: #BBF71C;
}
.BgClassName
{
background-color: #BBF71C;
}
</style>
border-color css
<style>
span { border-color: #BBF71C; }
span { border-color: rgb(187,247,28); }
td.TdClassName
{
border-color: #BBF71C;
}
.TagClassName
{
border-color: #BBF71C;
}
</style>