Shades of Inch Worm #BEE110
Tints of Inch Worm #BEE110
RGB
CMYK
RGB Variations
Color information
#BEE110 (or 0xBEE110) is known color: Inch Worm. HEX triplet: BE, E1 and 10. RGB value is (190,225,16). Sum of RGB (Red+Green+Blue) = 190+225+16=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE110 is #411EEF. Grayscale: #BFBFBF. Windows color (decimal): -4267760 or 1106366. OLE color: 1106366.
HSL color Cylindrical-coordinate representation of color #BEE110: hue angle of 70.05º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEE110 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.12 |
| HSL | 70.05º | 0.87% | 0.47% | - |
| HSV(B) | 70.05º | 0.93% | 0.88% | - |
| XYZ | 48.25 | 64.83 | 10.46 | - |
| YUV | 190.71 | 29.4 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 16 | 0.16 | 0 | 0.93 | 0.12 | 70.05 | 0.87 | 0.47 |
| Hex | BE | E1 | 10 | 10 | 0 | 5D | C | 46 | 57 | 2F |
| Octal | 276 | 341 | 20 | 20 | 0 | 135 | 14 | 106 | 127 | 57 |
| Binary | 10111110 | 11100001 | 10000 | 10000 | 0 | 1011101 | 1100 | 1000110 | 1010111 | 101111 |
Color Harmonies of #BEE110
Complementary color
Monochromatic Colors of #BEE110
Black with #BEE110
Text Example
Text Example
White with #BEE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE110; }
p { color: rgb(190,225,16); }
H1.HeaderClassName
{
color: #BEE110;
}
.AnyTagClassName
{
color: #BEE110;
}
</style>
background-color css
<style>
a { background-color: #BEE110; }
a { background-color: rgb(190,225,16); }
div.DivClassName
{
background-color: #BEE110;
}
.BgClassName
{
background-color: #BEE110;
}
</style>
border-color css
<style>
span { border-color: #BEE110; }
span { border-color: rgb(190,225,16); }
td.TdClassName
{
border-color: #BEE110;
}
.TagClassName
{
border-color: #BEE110;
}
</style>