Shades of Inch Worm #BBE40D
Tints of Inch Worm #BBE40D
RGB
CMYK
RGB Variations
Color information
#BBE40D (or 0xBBE40D) is known color: Inch Worm. HEX triplet: BB, E4 and 0D. RGB value is (187,228,13). Sum of RGB (Red+Green+Blue) = 187+228+13=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE40D is #441BF2. Grayscale: #C0C0C0. Windows color (decimal): -4463603 or 910523. OLE color: 910523.
HSL color Cylindrical-coordinate representation of color #BBE40D: hue angle of 71.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBE40D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.11 |
| HSL | 71.44º | 0.89% | 0.47% | - |
| HSV(B) | 71.44º | 0.94% | 0.89% | - |
| XYZ | 48.31 | 66.08 | 10.59 | - |
| YUV | 191.23 | 27.42 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 13 | 0.18 | 0 | 0.94 | 0.11 | 71.44 | 0.89 | 0.47 |
| Hex | BB | E4 | D | 12 | 0 | 5E | B | 47 | 59 | 2F |
| Octal | 273 | 344 | 15 | 22 | 0 | 136 | 13 | 107 | 131 | 57 |
| Binary | 10111011 | 11100100 | 1101 | 10010 | 0 | 1011110 | 1011 | 1000111 | 1011001 | 101111 |
Color Harmonies of #BBE40D
Complementary color
Monochromatic Colors of #BBE40D
Black with #BBE40D
Text Example
Text Example
White with #BBE40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE40D; }
p { color: rgb(187,228,13); }
H1.HeaderClassName
{
color: #BBE40D;
}
.AnyTagClassName
{
color: #BBE40D;
}
</style>
background-color css
<style>
a { background-color: #BBE40D; }
a { background-color: rgb(187,228,13); }
div.DivClassName
{
background-color: #BBE40D;
}
.BgClassName
{
background-color: #BBE40D;
}
</style>
border-color css
<style>
span { border-color: #BBE40D; }
span { border-color: rgb(187,228,13); }
td.TdClassName
{
border-color: #BBE40D;
}
.TagClassName
{
border-color: #BBE40D;
}
</style>