Shades of Inch Worm #BEE100
Tints of Inch Worm #BEE100
RGB
CMYK
RGB Variations
Color information
#BEE100 (or 0xBEE100) is known color: Inch Worm. HEX triplet: BE, E1 and 00. RGB value is (190,225,0). Sum of RGB (Red+Green+Blue) = 190+225+0=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE100 is #411EFF. Grayscale: #BDBDBD. Windows color (decimal): -4267776 or 57790. OLE color: 57790.
HSL color Cylindrical-coordinate representation of color #BEE100: hue angle of 69.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEE100 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.12 |
| HSL | 69.33º | 1% | 0.44% | - |
| HSV(B) | 69.33º | 1% | 0.88% | - |
| XYZ | 48.16 | 64.8 | 9.97 | - |
| YUV | 188.89 | 21.4 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 0 | 0.16 | 0 | 1 | 0.12 | 69.33 | 1 | 0.44 |
| Hex | BE | E1 | 0 | 10 | 0 | 64 | C | 45 | 64 | 2C |
| Octal | 276 | 341 | 0 | 20 | 0 | 144 | 14 | 105 | 144 | 54 |
| Binary | 10111110 | 11100001 | 0 | 10000 | 0 | 1100100 | 1100 | 1000101 | 1100100 | 101100 |
Color Harmonies of #BEE100
Complementary color
Monochromatic Colors of #BEE100
Black with #BEE100
Text Example
Text Example
White with #BEE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE100; }
p { color: rgb(190,225,0); }
H1.HeaderClassName
{
color: #BEE100;
}
.AnyTagClassName
{
color: #BEE100;
}
</style>
background-color css
<style>
a { background-color: #BEE100; }
a { background-color: rgb(190,225,0); }
div.DivClassName
{
background-color: #BEE100;
}
.BgClassName
{
background-color: #BEE100;
}
</style>
border-color css
<style>
span { border-color: #BEE100; }
span { border-color: rgb(190,225,0); }
td.TdClassName
{
border-color: #BEE100;
}
.TagClassName
{
border-color: #BEE100;
}
</style>