Shades of Inch Worm #BEE01E
Tints of Inch Worm #BEE01E
RGB
CMYK
RGB Variations
Color information
#BEE01E (or 0xBEE01E) is known color: Inch Worm. HEX triplet: BE, E0 and 1E. RGB value is (190,224,30). Sum of RGB (Red+Green+Blue) = 190+224+30=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE01E is #411FE1. Grayscale: #C0C0C0. Windows color (decimal): -4268002 or 2023614. OLE color: 2023614.
HSL color Cylindrical-coordinate representation of color #BEE01E: hue angle of 70.52º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEE01E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 30 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.12 |
| HSL | 70.52º | 0.76% | 0.5% | - |
| HSV(B) | 70.52º | 0.87% | 0.88% | - |
| XYZ | 48.13 | 64.35 | 11.11 | - |
| YUV | 191.72 | 36.74 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 30 | 0.15 | 0 | 0.87 | 0.12 | 70.52 | 0.76 | 0.5 |
| Hex | BE | E0 | 1E | F | 0 | 57 | C | 47 | 4C | 32 |
| Octal | 276 | 340 | 36 | 17 | 0 | 127 | 14 | 107 | 114 | 62 |
| Binary | 10111110 | 11100000 | 11110 | 1111 | 0 | 1010111 | 1100 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BEE01E
Complementary color
Monochromatic Colors of #BEE01E
Black with #BEE01E
Text Example
Text Example
White with #BEE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE01E; }
p { color: rgb(190,224,30); }
H1.HeaderClassName
{
color: #BEE01E;
}
.AnyTagClassName
{
color: #BEE01E;
}
</style>
background-color css
<style>
a { background-color: #BEE01E; }
a { background-color: rgb(190,224,30); }
div.DivClassName
{
background-color: #BEE01E;
}
.BgClassName
{
background-color: #BEE01E;
}
</style>
border-color css
<style>
span { border-color: #BEE01E; }
span { border-color: rgb(190,224,30); }
td.TdClassName
{
border-color: #BEE01E;
}
.TagClassName
{
border-color: #BEE01E;
}
</style>