Shades of Inch Worm #BBEF10
Tints of Inch Worm #BBEF10
RGB
CMYK
RGB Variations
Color information
#BBEF10 (or 0xBBEF10) is known color: Inch Worm. HEX triplet: BB, EF and 10. RGB value is (187,239,16). Sum of RGB (Red+Green+Blue) = 187+239+16=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEF10 is #4410EF. Grayscale: #C6C6C6. Windows color (decimal): -4460784 or 1109947. OLE color: 1109947.
HSL color Cylindrical-coordinate representation of color #BBEF10: hue angle of 73.99º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBEF10 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.06 |
| HSL | 73.99º | 0.87% | 0.5% | - |
| HSV(B) | 73.99º | 0.93% | 0.94% | - |
| XYZ | 51.45 | 72.34 | 11.74 | - |
| YUV | 198.03 | 25.27 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 16 | 0.22 | 0 | 0.93 | 0.06 | 73.99 | 0.87 | 0.5 |
| Hex | BB | EF | 10 | 16 | 0 | 5D | 6 | 4A | 57 | 32 |
| Octal | 273 | 357 | 20 | 26 | 0 | 135 | 6 | 112 | 127 | 62 |
| Binary | 10111011 | 11101111 | 10000 | 10110 | 0 | 1011101 | 110 | 1001010 | 1010111 | 110010 |
Color Harmonies of #BBEF10
Complementary color
Monochromatic Colors of #BBEF10
Black with #BBEF10
Text Example
Text Example
White with #BBEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF10; }
p { color: rgb(187,239,16); }
H1.HeaderClassName
{
color: #BBEF10;
}
.AnyTagClassName
{
color: #BBEF10;
}
</style>
background-color css
<style>
a { background-color: #BBEF10; }
a { background-color: rgb(187,239,16); }
div.DivClassName
{
background-color: #BBEF10;
}
.BgClassName
{
background-color: #BBEF10;
}
</style>
border-color css
<style>
span { border-color: #BBEF10; }
span { border-color: rgb(187,239,16); }
td.TdClassName
{
border-color: #BBEF10;
}
.TagClassName
{
border-color: #BBEF10;
}
</style>