Shades of Inch Worm #BBE404
Tints of Inch Worm #BBE404
RGB
CMYK
RGB Variations
Color information
#BBE404 (or 0xBBE404) is known color: Inch Worm. HEX triplet: BB, E4 and 04. RGB value is (187,228,4). Sum of RGB (Red+Green+Blue) = 187+228+4=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE404 is #441BFB. Grayscale: #BFBFBF. Windows color (decimal): -4463612 or 320699. OLE color: 320699.
HSL color Cylindrical-coordinate representation of color #BBE404: hue angle of 70.98º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBE404 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.11 |
| HSL | 70.98º | 0.97% | 0.45% | - |
| HSV(B) | 70.98º | 0.98% | 0.89% | - |
| XYZ | 48.26 | 66.06 | 10.32 | - |
| YUV | 190.21 | 22.92 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 4 | 0.18 | 0 | 0.98 | 0.11 | 70.98 | 0.97 | 0.45 |
| Hex | BB | E4 | 4 | 12 | 0 | 62 | B | 47 | 61 | 2D |
| Octal | 273 | 344 | 4 | 22 | 0 | 142 | 13 | 107 | 141 | 55 |
| Binary | 10111011 | 11100100 | 100 | 10010 | 0 | 1100010 | 1011 | 1000111 | 1100001 | 101101 |
Color Harmonies of #BBE404
Complementary color
Monochromatic Colors of #BBE404
Black with #BBE404
Text Example
Text Example
White with #BBE404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE404; }
p { color: rgb(187,228,4); }
H1.HeaderClassName
{
color: #BBE404;
}
.AnyTagClassName
{
color: #BBE404;
}
</style>
background-color css
<style>
a { background-color: #BBE404; }
a { background-color: rgb(187,228,4); }
div.DivClassName
{
background-color: #BBE404;
}
.BgClassName
{
background-color: #BBE404;
}
</style>
border-color css
<style>
span { border-color: #BBE404; }
span { border-color: rgb(187,228,4); }
td.TdClassName
{
border-color: #BBE404;
}
.TagClassName
{
border-color: #BBE404;
}
</style>