Shades of Inch Worm #BBE40F
Tints of Inch Worm #BBE40F
RGB
CMYK
RGB Variations
Color information
#BBE40F (or 0xBBE40F) is known color: Inch Worm. HEX triplet: BB, E4 and 0F. RGB value is (187,228,15). Sum of RGB (Red+Green+Blue) = 187+228+15=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE40F is #441BF0. Grayscale: #C0C0C0. Windows color (decimal): -4463601 or 1041595. OLE color: 1041595.
HSL color Cylindrical-coordinate representation of color #BBE40F: hue angle of 71.55º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBE40F is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 15 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.11 |
| HSL | 71.55º | 0.88% | 0.48% | - |
| HSV(B) | 71.55º | 0.93% | 0.89% | - |
| XYZ | 48.32 | 66.09 | 10.66 | - |
| YUV | 191.46 | 28.42 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 15 | 0.18 | 0 | 0.93 | 0.11 | 71.55 | 0.88 | 0.48 |
| Hex | BB | E4 | F | 12 | 0 | 5D | B | 48 | 58 | 30 |
| Octal | 273 | 344 | 17 | 22 | 0 | 135 | 13 | 110 | 130 | 60 |
| Binary | 10111011 | 11100100 | 1111 | 10010 | 0 | 1011101 | 1011 | 1001000 | 1011000 | 110000 |
Color Harmonies of #BBE40F
Complementary color
Monochromatic Colors of #BBE40F
Black with #BBE40F
Text Example
Text Example
White with #BBE40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE40F; }
p { color: rgb(187,228,15); }
H1.HeaderClassName
{
color: #BBE40F;
}
.AnyTagClassName
{
color: #BBE40F;
}
</style>
background-color css
<style>
a { background-color: #BBE40F; }
a { background-color: rgb(187,228,15); }
div.DivClassName
{
background-color: #BBE40F;
}
.BgClassName
{
background-color: #BBE40F;
}
</style>
border-color css
<style>
span { border-color: #BBE40F; }
span { border-color: rgb(187,228,15); }
td.TdClassName
{
border-color: #BBE40F;
}
.TagClassName
{
border-color: #BBE40F;
}
</style>