Shades of Inch Worm #BEE80E
Tints of Inch Worm #BEE80E
RGB
CMYK
RGB Variations
Color information
#BEE80E (or 0xBEE80E) is known color: Inch Worm. HEX triplet: BE, E8 and 0E. RGB value is (190,232,14). Sum of RGB (Red+Green+Blue) = 190+232+14=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE80E is #4117F1. Grayscale: #C3C3C3. Windows color (decimal): -4265970 or 977086. OLE color: 977086.
HSL color Cylindrical-coordinate representation of color #BEE80E: hue angle of 71.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEE80E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.09 |
| HSL | 71.56º | 0.89% | 0.48% | - |
| HSV(B) | 71.56º | 0.94% | 0.91% | - |
| XYZ | 50.17 | 68.69 | 11.03 | - |
| YUV | 194.59 | 26.09 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 14 | 0.18 | 0 | 0.94 | 0.09 | 71.56 | 0.89 | 0.48 |
| Hex | BE | E8 | E | 12 | 0 | 5E | 9 | 48 | 59 | 30 |
| Octal | 276 | 350 | 16 | 22 | 0 | 136 | 11 | 110 | 131 | 60 |
| Binary | 10111110 | 11101000 | 1110 | 10010 | 0 | 1011110 | 1001 | 1001000 | 1011001 | 110000 |
Color Harmonies of #BEE80E
Complementary color
Monochromatic Colors of #BEE80E
Black with #BEE80E
Text Example
Text Example
White with #BEE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE80E; }
p { color: rgb(190,232,14); }
H1.HeaderClassName
{
color: #BEE80E;
}
.AnyTagClassName
{
color: #BEE80E;
}
</style>
background-color css
<style>
a { background-color: #BEE80E; }
a { background-color: rgb(190,232,14); }
div.DivClassName
{
background-color: #BEE80E;
}
.BgClassName
{
background-color: #BEE80E;
}
</style>
border-color css
<style>
span { border-color: #BEE80E; }
span { border-color: rgb(190,232,14); }
td.TdClassName
{
border-color: #BEE80E;
}
.TagClassName
{
border-color: #BEE80E;
}
</style>