Shades of Inch Worm #BBED15
Tints of Inch Worm #BBED15
RGB
CMYK
RGB Variations
Color information
#BBED15 (or 0xBBED15) is known color: Inch Worm. HEX triplet: BB, ED and 15. RGB value is (187,237,21). Sum of RGB (Red+Green+Blue) = 187+237+21=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBED15 is #4412EA. Grayscale: #C6C6C6. Windows color (decimal): -4461291 or 1437115. OLE color: 1437115.
HSL color Cylindrical-coordinate representation of color #BBED15: hue angle of 73.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBED15 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.07 |
| HSL | 73.89º | 0.86% | 0.51% | - |
| HSV(B) | 73.89º | 0.91% | 0.93% | - |
| XYZ | 50.91 | 71.19 | 11.77 | - |
| YUV | 197.43 | 28.44 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 21 | 0.21 | 0 | 0.91 | 0.07 | 73.89 | 0.86 | 0.51 |
| Hex | BB | ED | 15 | 15 | 0 | 5B | 7 | 4A | 56 | 33 |
| Octal | 273 | 355 | 25 | 25 | 0 | 133 | 7 | 112 | 126 | 63 |
| Binary | 10111011 | 11101101 | 10101 | 10101 | 0 | 1011011 | 111 | 1001010 | 1010110 | 110011 |
Color Harmonies of #BBED15
Complementary color
Monochromatic Colors of #BBED15
Black with #BBED15
Text Example
Text Example
White with #BBED15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED15; }
p { color: rgb(187,237,21); }
H1.HeaderClassName
{
color: #BBED15;
}
.AnyTagClassName
{
color: #BBED15;
}
</style>
background-color css
<style>
a { background-color: #BBED15; }
a { background-color: rgb(187,237,21); }
div.DivClassName
{
background-color: #BBED15;
}
.BgClassName
{
background-color: #BBED15;
}
</style>
border-color css
<style>
span { border-color: #BBED15; }
span { border-color: rgb(187,237,21); }
td.TdClassName
{
border-color: #BBED15;
}
.TagClassName
{
border-color: #BBED15;
}
</style>