Shades of Inch Worm #BBE30E
Tints of Inch Worm #BBE30E
RGB
CMYK
RGB Variations
Color information
#BBE30E (or 0xBBE30E) is known color: Inch Worm. HEX triplet: BB, E3 and 0E. RGB value is (187,227,14). Sum of RGB (Red+Green+Blue) = 187+227+14=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE30E is #441CF1. Grayscale: #BFBFBF. Windows color (decimal): -4463858 or 975803. OLE color: 975803.
HSL color Cylindrical-coordinate representation of color #BBE30E: hue angle of 71.27º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBE30E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.11 |
| HSL | 71.27º | 0.88% | 0.47% | - |
| HSV(B) | 71.27º | 0.94% | 0.89% | - |
| XYZ | 48.04 | 65.53 | 10.53 | - |
| YUV | 190.76 | 28.25 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 14 | 0.18 | 0 | 0.94 | 0.11 | 71.27 | 0.88 | 0.47 |
| Hex | BB | E3 | E | 12 | 0 | 5E | B | 47 | 58 | 2F |
| Octal | 273 | 343 | 16 | 22 | 0 | 136 | 13 | 107 | 130 | 57 |
| Binary | 10111011 | 11100011 | 1110 | 10010 | 0 | 1011110 | 1011 | 1000111 | 1011000 | 101111 |
Color Harmonies of #BBE30E
Complementary color
Monochromatic Colors of #BBE30E
Black with #BBE30E
Text Example
Text Example
White with #BBE30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE30E; }
p { color: rgb(187,227,14); }
H1.HeaderClassName
{
color: #BBE30E;
}
.AnyTagClassName
{
color: #BBE30E;
}
</style>
background-color css
<style>
a { background-color: #BBE30E; }
a { background-color: rgb(187,227,14); }
div.DivClassName
{
background-color: #BBE30E;
}
.BgClassName
{
background-color: #BBE30E;
}
</style>
border-color css
<style>
span { border-color: #BBE30E; }
span { border-color: rgb(187,227,14); }
td.TdClassName
{
border-color: #BBE30E;
}
.TagClassName
{
border-color: #BBE30E;
}
</style>