Shades of Inch Worm #BBEF14
Tints of Inch Worm #BBEF14
RGB
CMYK
RGB Variations
Color information
#BBEF14 (or 0xBBEF14) is known color: Inch Worm. HEX triplet: BB, EF and 14. RGB value is (187,239,20). Sum of RGB (Red+Green+Blue) = 187+239+20=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEF14 is #4410EB. Grayscale: #C7C7C7. Windows color (decimal): -4460780 or 1372091. OLE color: 1372091.
HSL color Cylindrical-coordinate representation of color #BBEF14: hue angle of 74.25º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBEF14 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 20 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.06 |
| HSL | 74.25º | 0.87% | 0.51% | - |
| HSV(B) | 74.25º | 0.92% | 0.94% | - |
| XYZ | 51.49 | 72.35 | 11.91 | - |
| YUV | 198.49 | 27.27 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 20 | 0.22 | 0 | 0.92 | 0.06 | 74.25 | 0.87 | 0.51 |
| Hex | BB | EF | 14 | 16 | 0 | 5C | 6 | 4A | 57 | 33 |
| Octal | 273 | 357 | 24 | 26 | 0 | 134 | 6 | 112 | 127 | 63 |
| Binary | 10111011 | 11101111 | 10100 | 10110 | 0 | 1011100 | 110 | 1001010 | 1010111 | 110011 |
Color Harmonies of #BBEF14
Complementary color
Monochromatic Colors of #BBEF14
Black with #BBEF14
Text Example
Text Example
White with #BBEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF14; }
p { color: rgb(187,239,20); }
H1.HeaderClassName
{
color: #BBEF14;
}
.AnyTagClassName
{
color: #BBEF14;
}
</style>
background-color css
<style>
a { background-color: #BBEF14; }
a { background-color: rgb(187,239,20); }
div.DivClassName
{
background-color: #BBEF14;
}
.BgClassName
{
background-color: #BBEF14;
}
</style>
border-color css
<style>
span { border-color: #BBEF14; }
span { border-color: rgb(187,239,20); }
td.TdClassName
{
border-color: #BBEF14;
}
.TagClassName
{
border-color: #BBEF14;
}
</style>