Shades of Inch Worm #BBDE0F
Tints of Inch Worm #BBDE0F
RGB
CMYK
RGB Variations
Color information
#BBDE0F (or 0xBBDE0F) is known color: Inch Worm. HEX triplet: BB, DE and 0F. RGB value is (187,222,15). Sum of RGB (Red+Green+Blue) = 187+222+15=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDE0F is #4421F0. Grayscale: #BCBCBC. Windows color (decimal): -4465137 or 1040059. OLE color: 1040059.
HSL color Cylindrical-coordinate representation of color #BBDE0F: hue angle of 70.14º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBDE0F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.13 |
| HSL | 70.14º | 0.87% | 0.46% | - |
| HSV(B) | 70.14º | 0.93% | 0.87% | - |
| XYZ | 46.7 | 62.84 | 10.12 | - |
| YUV | 187.94 | 30.4 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 15 | 0.16 | 0 | 0.93 | 0.13 | 70.14 | 0.87 | 0.46 |
| Hex | BB | DE | F | 10 | 0 | 5D | D | 46 | 57 | 2E |
| Octal | 273 | 336 | 17 | 20 | 0 | 135 | 15 | 106 | 127 | 56 |
| Binary | 10111011 | 11011110 | 1111 | 10000 | 0 | 1011101 | 1101 | 1000110 | 1010111 | 101110 |
Color Harmonies of #BBDE0F
Complementary color
Monochromatic Colors of #BBDE0F
Black with #BBDE0F
Text Example
Text Example
White with #BBDE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDE0F; }
p { color: rgb(187,222,15); }
H1.HeaderClassName
{
color: #BBDE0F;
}
.AnyTagClassName
{
color: #BBDE0F;
}
</style>
background-color css
<style>
a { background-color: #BBDE0F; }
a { background-color: rgb(187,222,15); }
div.DivClassName
{
background-color: #BBDE0F;
}
.BgClassName
{
background-color: #BBDE0F;
}
</style>
border-color css
<style>
span { border-color: #BBDE0F; }
span { border-color: rgb(187,222,15); }
td.TdClassName
{
border-color: #BBDE0F;
}
.TagClassName
{
border-color: #BBDE0F;
}
</style>