Shades of Inch Worm #BBED00
Tints of Inch Worm #BBED00
RGB
CMYK
RGB Variations
Color information
#BBED00 (or 0xBBED00) is known color: Inch Worm. HEX triplet: BB, ED and 00. RGB value is (187,237,0). Sum of RGB (Red+Green+Blue) = 187+237+0=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBED00 is #4412FF. Grayscale: #C3C3C3. Windows color (decimal): -4461312 or 60859. OLE color: 60859.
HSL color Cylindrical-coordinate representation of color #BBED00: hue angle of 72.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBED00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.07 |
| HSL | 72.66º | 1% | 0.46% | - |
| HSV(B) | 72.66º | 1% | 0.93% | - |
| XYZ | 50.78 | 71.13 | 11.05 | - |
| YUV | 195.03 | 17.94 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 0 | 0.21 | 0 | 1 | 0.07 | 72.66 | 1 | 0.46 |
| Hex | BB | ED | 0 | 15 | 0 | 64 | 7 | 49 | 64 | 2E |
| Octal | 273 | 355 | 0 | 25 | 0 | 144 | 7 | 111 | 144 | 56 |
| Binary | 10111011 | 11101101 | 0 | 10101 | 0 | 1100100 | 111 | 1001001 | 1100100 | 101110 |
Color Harmonies of #BBED00
Complementary color
Monochromatic Colors of #BBED00
Black with #BBED00
Text Example
Text Example
White with #BBED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED00; }
p { color: rgb(187,237,0); }
H1.HeaderClassName
{
color: #BBED00;
}
.AnyTagClassName
{
color: #BBED00;
}
</style>
background-color css
<style>
a { background-color: #BBED00; }
a { background-color: rgb(187,237,0); }
div.DivClassName
{
background-color: #BBED00;
}
.BgClassName
{
background-color: #BBED00;
}
</style>
border-color css
<style>
span { border-color: #BBED00; }
span { border-color: rgb(187,237,0); }
td.TdClassName
{
border-color: #BBED00;
}
.TagClassName
{
border-color: #BBED00;
}
</style>