Shades of Inch Worm #BBED0E
Tints of Inch Worm #BBED0E
RGB
CMYK
RGB Variations
Color information
#BBED0E (or 0xBBED0E) is known color: Inch Worm. HEX triplet: BB, ED and 0E. RGB value is (187,237,14). Sum of RGB (Red+Green+Blue) = 187+237+14=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBED0E is #4412F1. Grayscale: #C5C5C5. Windows color (decimal): -4461298 or 978363. OLE color: 978363.
HSL color Cylindrical-coordinate representation of color #BBED0E: hue angle of 73.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBED0E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 14 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.07 |
| HSL | 73.45º | 0.89% | 0.49% | - |
| HSV(B) | 73.45º | 0.94% | 0.93% | - |
| XYZ | 50.86 | 71.16 | 11.47 | - |
| YUV | 196.63 | 24.94 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 14 | 0.21 | 0 | 0.94 | 0.07 | 73.45 | 0.89 | 0.49 |
| Hex | BB | ED | E | 15 | 0 | 5E | 7 | 49 | 59 | 31 |
| Octal | 273 | 355 | 16 | 25 | 0 | 136 | 7 | 111 | 131 | 61 |
| Binary | 10111011 | 11101101 | 1110 | 10101 | 0 | 1011110 | 111 | 1001001 | 1011001 | 110001 |
Color Harmonies of #BBED0E
Complementary color
Monochromatic Colors of #BBED0E
Black with #BBED0E
Text Example
Text Example
White with #BBED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED0E; }
p { color: rgb(187,237,14); }
H1.HeaderClassName
{
color: #BBED0E;
}
.AnyTagClassName
{
color: #BBED0E;
}
</style>
background-color css
<style>
a { background-color: #BBED0E; }
a { background-color: rgb(187,237,14); }
div.DivClassName
{
background-color: #BBED0E;
}
.BgClassName
{
background-color: #BBED0E;
}
</style>
border-color css
<style>
span { border-color: #BBED0E; }
span { border-color: rgb(187,237,14); }
td.TdClassName
{
border-color: #BBED0E;
}
.TagClassName
{
border-color: #BBED0E;
}
</style>