Shades of Inch Worm #BBED10
Tints of Inch Worm #BBED10
RGB
CMYK
RGB Variations
Color information
#BBED10 (or 0xBBED10) is known color: Inch Worm. HEX triplet: BB, ED and 10. RGB value is (187,237,16). Sum of RGB (Red+Green+Blue) = 187+237+16=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBED10 is #4412EF. Grayscale: #C5C5C5. Windows color (decimal): -4461296 or 1109435. OLE color: 1109435.
HSL color Cylindrical-coordinate representation of color #BBED10: hue angle of 73.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBED10 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 16 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.07 |
| HSL | 73.57º | 0.87% | 0.5% | - |
| HSV(B) | 73.57º | 0.93% | 0.93% | - |
| XYZ | 50.87 | 71.17 | 11.55 | - |
| YUV | 196.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 16 | 0.21 | 0 | 0.93 | 0.07 | 73.57 | 0.87 | 0.5 |
| Hex | BB | ED | 10 | 15 | 0 | 5D | 7 | 4A | 57 | 32 |
| Octal | 273 | 355 | 20 | 25 | 0 | 135 | 7 | 112 | 127 | 62 |
| Binary | 10111011 | 11101101 | 10000 | 10101 | 0 | 1011101 | 111 | 1001010 | 1010111 | 110010 |
Color Harmonies of #BBED10
Complementary color
Monochromatic Colors of #BBED10
Black with #BBED10
Text Example
Text Example
White with #BBED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED10; }
p { color: rgb(187,237,16); }
H1.HeaderClassName
{
color: #BBED10;
}
.AnyTagClassName
{
color: #BBED10;
}
</style>
background-color css
<style>
a { background-color: #BBED10; }
a { background-color: rgb(187,237,16); }
div.DivClassName
{
background-color: #BBED10;
}
.BgClassName
{
background-color: #BBED10;
}
</style>
border-color css
<style>
span { border-color: #BBED10; }
span { border-color: rgb(187,237,16); }
td.TdClassName
{
border-color: #BBED10;
}
.TagClassName
{
border-color: #BBED10;
}
</style>