Shades of Inch Worm #BBF105
Tints of Inch Worm #BBF105
RGB
CMYK
RGB Variations
Color information
#BBF105 (or 0xBBF105) is known color: Inch Worm. HEX triplet: BB, F1 and 05. RGB value is (187,241,5). Sum of RGB (Red+Green+Blue) = 187+241+5=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF105 is #440EFA. Grayscale: #C6C6C6. Windows color (decimal): -4460283 or 389563. OLE color: 389563.
HSL color Cylindrical-coordinate representation of color #BBF105: hue angle of 73.73º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBF105 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.05 |
| HSL | 73.73º | 0.96% | 0.48% | - |
| HSV(B) | 73.73º | 0.98% | 0.95% | - |
| XYZ | 51.98 | 73.49 | 11.59 | - |
| YUV | 197.95 | 19.11 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 5 | 0.22 | 0 | 0.98 | 0.05 | 73.73 | 0.96 | 0.48 |
| Hex | BB | F1 | 5 | 16 | 0 | 62 | 5 | 4A | 60 | 30 |
| Octal | 273 | 361 | 5 | 26 | 0 | 142 | 5 | 112 | 140 | 60 |
| Binary | 10111011 | 11110001 | 101 | 10110 | 0 | 1100010 | 101 | 1001010 | 1100000 | 110000 |
Color Harmonies of #BBF105
Complementary color
Monochromatic Colors of #BBF105
Black with #BBF105
Text Example
Text Example
White with #BBF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF105; }
p { color: rgb(187,241,5); }
H1.HeaderClassName
{
color: #BBF105;
}
.AnyTagClassName
{
color: #BBF105;
}
</style>
background-color css
<style>
a { background-color: #BBF105; }
a { background-color: rgb(187,241,5); }
div.DivClassName
{
background-color: #BBF105;
}
.BgClassName
{
background-color: #BBF105;
}
</style>
border-color css
<style>
span { border-color: #BBF105; }
span { border-color: rgb(187,241,5); }
td.TdClassName
{
border-color: #BBF105;
}
.TagClassName
{
border-color: #BBF105;
}
</style>