Shades of Inch Worm #BBF00A
Tints of Inch Worm #BBF00A
RGB
CMYK
RGB Variations
Color information
#BBF00A (or 0xBBF00A) is known color: Inch Worm. HEX triplet: BB, F0 and 0A. RGB value is (187,240,10). Sum of RGB (Red+Green+Blue) = 187+240+10=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF00A is #440FF5. Grayscale: #C6C6C6. Windows color (decimal): -4460534 or 716987. OLE color: 716987.
HSL color Cylindrical-coordinate representation of color #BBF00A: hue angle of 73.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBF00A is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 10 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.06 |
| HSL | 73.83º | 0.92% | 0.49% | - |
| HSV(B) | 73.83º | 0.96% | 0.94% | - |
| XYZ | 51.71 | 72.91 | 11.63 | - |
| YUV | 197.93 | 21.94 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 10 | 0.22 | 0 | 0.96 | 0.06 | 73.83 | 0.92 | 0.49 |
| Hex | BB | F0 | A | 16 | 0 | 60 | 6 | 4A | 5C | 31 |
| Octal | 273 | 360 | 12 | 26 | 0 | 140 | 6 | 112 | 134 | 61 |
| Binary | 10111011 | 11110000 | 1010 | 10110 | 0 | 1100000 | 110 | 1001010 | 1011100 | 110001 |
Color Harmonies of #BBF00A
Complementary color
Monochromatic Colors of #BBF00A
Black with #BBF00A
Text Example
Text Example
White with #BBF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF00A; }
p { color: rgb(187,240,10); }
H1.HeaderClassName
{
color: #BBF00A;
}
.AnyTagClassName
{
color: #BBF00A;
}
</style>
background-color css
<style>
a { background-color: #BBF00A; }
a { background-color: rgb(187,240,10); }
div.DivClassName
{
background-color: #BBF00A;
}
.BgClassName
{
background-color: #BBF00A;
}
</style>
border-color css
<style>
span { border-color: #BBF00A; }
span { border-color: rgb(187,240,10); }
td.TdClassName
{
border-color: #BBF00A;
}
.TagClassName
{
border-color: #BBF00A;
}
</style>