Shades of Inch Worm #BBE400
Tints of Inch Worm #BBE400
RGB
CMYK
RGB Variations
Color information
#BBE400 (or 0xBBE400) is known color: Inch Worm. HEX triplet: BB, E4 and 00. RGB value is (187,228,0). Sum of RGB (Red+Green+Blue) = 187+228+0=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE400 is #441BFF. Grayscale: #BEBEBE. Windows color (decimal): -4463616 or 58555. OLE color: 58555.
HSL color Cylindrical-coordinate representation of color #BBE400: hue angle of 70.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBE400 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.11 |
| HSL | 70.79º | 1% | 0.45% | - |
| HSV(B) | 70.79º | 1% | 0.89% | - |
| XYZ | 48.24 | 66.05 | 10.21 | - |
| YUV | 189.75 | 20.92 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 0 | 0.18 | 0 | 1 | 0.11 | 70.79 | 1 | 0.45 |
| Hex | BB | E4 | 0 | 12 | 0 | 64 | B | 47 | 64 | 2D |
| Octal | 273 | 344 | 0 | 22 | 0 | 144 | 13 | 107 | 144 | 55 |
| Binary | 10111011 | 11100100 | 0 | 10010 | 0 | 1100100 | 1011 | 1000111 | 1100100 | 101101 |
Color Harmonies of #BBE400
Complementary color
Monochromatic Colors of #BBE400
Black with #BBE400
Text Example
Text Example
White with #BBE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE400; }
p { color: rgb(187,228,0); }
H1.HeaderClassName
{
color: #BBE400;
}
.AnyTagClassName
{
color: #BBE400;
}
</style>
background-color css
<style>
a { background-color: #BBE400; }
a { background-color: rgb(187,228,0); }
div.DivClassName
{
background-color: #BBE400;
}
.BgClassName
{
background-color: #BBE400;
}
</style>
border-color css
<style>
span { border-color: #BBE400; }
span { border-color: rgb(187,228,0); }
td.TdClassName
{
border-color: #BBE400;
}
.TagClassName
{
border-color: #BBE400;
}
</style>