Shades of Inch Worm #BBF40B
Tints of Inch Worm #BBF40B
RGB
CMYK
RGB Variations
Color information
#BBF40B (or 0xBBF40B) is known color: Inch Worm. HEX triplet: BB, F4 and 0B. RGB value is (187,244,11). Sum of RGB (Red+Green+Blue) = 187+244+11=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF40B is #440BF4. Grayscale: #C9C9C9. Windows color (decimal): -4459509 or 783547. OLE color: 783547.
HSL color Cylindrical-coordinate representation of color #BBF40B: hue angle of 74.68º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBF40B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.04 |
| HSL | 74.68º | 0.91% | 0.5% | - |
| HSV(B) | 74.68º | 0.95% | 0.96% | - |
| XYZ | 52.9 | 75.29 | 12.06 | - |
| YUV | 200.4 | 21.12 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 11 | 0.23 | 0 | 0.95 | 0.04 | 74.68 | 0.91 | 0.5 |
| Hex | BB | F4 | B | 17 | 0 | 5F | 4 | 4B | 5B | 32 |
| Octal | 273 | 364 | 13 | 27 | 0 | 137 | 4 | 113 | 133 | 62 |
| Binary | 10111011 | 11110100 | 1011 | 10111 | 0 | 1011111 | 100 | 1001011 | 1011011 | 110010 |
Color Harmonies of #BBF40B
Complementary color
Monochromatic Colors of #BBF40B
Black with #BBF40B
Text Example
Text Example
White with #BBF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF40B; }
p { color: rgb(187,244,11); }
H1.HeaderClassName
{
color: #BBF40B;
}
.AnyTagClassName
{
color: #BBF40B;
}
</style>
background-color css
<style>
a { background-color: #BBF40B; }
a { background-color: rgb(187,244,11); }
div.DivClassName
{
background-color: #BBF40B;
}
.BgClassName
{
background-color: #BBF40B;
}
</style>
border-color css
<style>
span { border-color: #BBF40B; }
span { border-color: rgb(187,244,11); }
td.TdClassName
{
border-color: #BBF40B;
}
.TagClassName
{
border-color: #BBF40B;
}
</style>