Shades of Inch Worm #BEE800
Tints of Inch Worm #BEE800
RGB
CMYK
RGB Variations
Color information
#BEE800 (or 0xBEE800) is known color: Inch Worm. HEX triplet: BE, E8 and 00. RGB value is (190,232,0). Sum of RGB (Red+Green+Blue) = 190+232+0=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 232 (91.02% from 255 or 54.98% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE800 is #4117FF. Grayscale: #C1C1C1. Windows color (decimal): -4265984 or 59582. OLE color: 59582.
HSL color Cylindrical-coordinate representation of color #BEE800: hue angle of 70.86º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEE800 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.09 |
| HSL | 70.86º | 1% | 0.45% | - |
| HSV(B) | 70.86º | 1% | 0.91% | - |
| XYZ | 50.09 | 68.66 | 10.61 | - |
| YUV | 192.99 | 19.09 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 0 | 0.18 | 0 | 1 | 0.09 | 70.86 | 1 | 0.45 |
| Hex | BE | E8 | 0 | 12 | 0 | 64 | 9 | 47 | 64 | 2D |
| Octal | 276 | 350 | 0 | 22 | 0 | 144 | 11 | 107 | 144 | 55 |
| Binary | 10111110 | 11101000 | 0 | 10010 | 0 | 1100100 | 1001 | 1000111 | 1100100 | 101101 |
Color Harmonies of #BEE800
Complementary color
Monochromatic Colors of #BEE800
Black with #BEE800
Text Example
Text Example
White with #BEE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE800; }
p { color: rgb(190,232,0); }
H1.HeaderClassName
{
color: #BEE800;
}
.AnyTagClassName
{
color: #BEE800;
}
</style>
background-color css
<style>
a { background-color: #BEE800; }
a { background-color: rgb(190,232,0); }
div.DivClassName
{
background-color: #BEE800;
}
.BgClassName
{
background-color: #BEE800;
}
</style>
border-color css
<style>
span { border-color: #BEE800; }
span { border-color: rgb(190,232,0); }
td.TdClassName
{
border-color: #BEE800;
}
.TagClassName
{
border-color: #BEE800;
}
</style>