Shades of Inch Worm #BBED18
Tints of Inch Worm #BBED18
RGB
CMYK
RGB Variations
Color information
#BBED18 (or 0xBBED18) is known color: Inch Worm. HEX triplet: BB, ED and 18. RGB value is (187,237,24). Sum of RGB (Red+Green+Blue) = 187+237+24=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 237 (92.97% from 255 or 52.90% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBED18 is #4412E7. Grayscale: #C6C6C6. Windows color (decimal): -4461288 or 1633723. OLE color: 1633723.
HSL color Cylindrical-coordinate representation of color #BBED18: hue angle of 74.08º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBED18 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.07 |
| HSL | 74.08º | 0.86% | 0.51% | - |
| HSV(B) | 74.08º | 0.9% | 0.93% | - |
| XYZ | 50.94 | 71.2 | 11.92 | - |
| YUV | 197.77 | 29.94 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 24 | 0.21 | 0 | 0.90 | 0.07 | 74.08 | 0.86 | 0.51 |
| Hex | BB | ED | 18 | 15 | 0 | 5A | 7 | 4A | 56 | 33 |
| Octal | 273 | 355 | 30 | 25 | 0 | 132 | 7 | 112 | 126 | 63 |
| Binary | 10111011 | 11101101 | 11000 | 10101 | 0 | 1011010 | 111 | 1001010 | 1010110 | 110011 |
Color Harmonies of #BBED18
Complementary color
Monochromatic Colors of #BBED18
Black with #BBED18
Text Example
Text Example
White with #BBED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED18; }
p { color: rgb(187,237,24); }
H1.HeaderClassName
{
color: #BBED18;
}
.AnyTagClassName
{
color: #BBED18;
}
</style>
background-color css
<style>
a { background-color: #BBED18; }
a { background-color: rgb(187,237,24); }
div.DivClassName
{
background-color: #BBED18;
}
.BgClassName
{
background-color: #BBED18;
}
</style>
border-color css
<style>
span { border-color: #BBED18; }
span { border-color: rgb(187,237,24); }
td.TdClassName
{
border-color: #BBED18;
}
.TagClassName
{
border-color: #BBED18;
}
</style>