Shades of Inch Worm #BBEE14
Tints of Inch Worm #BBEE14
RGB
CMYK
RGB Variations
Color information
#BBEE14 (or 0xBBEE14) is known color: Inch Worm. HEX triplet: BB, EE and 14. RGB value is (187,238,20). Sum of RGB (Red+Green+Blue) = 187+238+20=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEE14 is #4411EB. Grayscale: #C6C6C6. Windows color (decimal): -4461036 or 1371835. OLE color: 1371835.
HSL color Cylindrical-coordinate representation of color #BBEE14: hue angle of 74.04º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBEE14 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 20 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.07 |
| HSL | 74.04º | 0.87% | 0.51% | - |
| HSV(B) | 74.04º | 0.92% | 0.93% | - |
| XYZ | 51.19 | 71.76 | 11.82 | - |
| YUV | 197.9 | 27.6 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 20 | 0.21 | 0 | 0.92 | 0.07 | 74.04 | 0.87 | 0.51 |
| Hex | BB | EE | 14 | 15 | 0 | 5C | 7 | 4A | 57 | 33 |
| Octal | 273 | 356 | 24 | 25 | 0 | 134 | 7 | 112 | 127 | 63 |
| Binary | 10111011 | 11101110 | 10100 | 10101 | 0 | 1011100 | 111 | 1001010 | 1010111 | 110011 |
Color Harmonies of #BBEE14
Complementary color
Monochromatic Colors of #BBEE14
Black with #BBEE14
Text Example
Text Example
White with #BBEE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE14; }
p { color: rgb(187,238,20); }
H1.HeaderClassName
{
color: #BBEE14;
}
.AnyTagClassName
{
color: #BBEE14;
}
</style>
background-color css
<style>
a { background-color: #BBEE14; }
a { background-color: rgb(187,238,20); }
div.DivClassName
{
background-color: #BBEE14;
}
.BgClassName
{
background-color: #BBEE14;
}
</style>
border-color css
<style>
span { border-color: #BBEE14; }
span { border-color: rgb(187,238,20); }
td.TdClassName
{
border-color: #BBEE14;
}
.TagClassName
{
border-color: #BBEE14;
}
</style>