Shades of Inch Worm #BBF416
Tints of Inch Worm #BBF416
RGB
CMYK
RGB Variations
Color information
#BBF416 (or 0xBBF416) is known color: Inch Worm. HEX triplet: BB, F4 and 16. RGB value is (187,244,22). Sum of RGB (Red+Green+Blue) = 187+244+22=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF416 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF416 is #440BE9. Grayscale: #CACACA. Windows color (decimal): -4459498 or 1504443. OLE color: 1504443.
HSL color Cylindrical-coordinate representation of color #BBF416: hue angle of 75.41º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBF416 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 22 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.04 |
| HSL | 75.41º | 0.91% | 0.52% | - |
| HSV(B) | 75.41º | 0.91% | 0.96% | - |
| XYZ | 52.99 | 75.32 | 12.51 | - |
| YUV | 201.65 | 26.62 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 22 | 0.23 | 0 | 0.91 | 0.04 | 75.41 | 0.91 | 0.52 |
| Hex | BB | F4 | 16 | 17 | 0 | 5B | 4 | 4B | 5B | 34 |
| Octal | 273 | 364 | 26 | 27 | 0 | 133 | 4 | 113 | 133 | 64 |
| Binary | 10111011 | 11110100 | 10110 | 10111 | 0 | 1011011 | 100 | 1001011 | 1011011 | 110100 |
Color Harmonies of #BBF416
Complementary color
Monochromatic Colors of #BBF416
Black with #BBF416
Text Example
Text Example
White with #BBF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF416; }
p { color: rgb(187,244,22); }
H1.HeaderClassName
{
color: #BBF416;
}
.AnyTagClassName
{
color: #BBF416;
}
</style>
background-color css
<style>
a { background-color: #BBF416; }
a { background-color: rgb(187,244,22); }
div.DivClassName
{
background-color: #BBF416;
}
.BgClassName
{
background-color: #BBF416;
}
</style>
border-color css
<style>
span { border-color: #BBF416; }
span { border-color: rgb(187,244,22); }
td.TdClassName
{
border-color: #BBF416;
}
.TagClassName
{
border-color: #BBF416;
}
</style>