Shades of Inch Worm #BEE501
Tints of Inch Worm #BEE501
RGB
CMYK
RGB Variations
Color information
#BEE501 (or 0xBEE501) is known color: Inch Worm. HEX triplet: BE, E5 and 01. RGB value is (190,229,1). Sum of RGB (Red+Green+Blue) = 190+229+1=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 229 (89.84% from 255 or 54.52% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE501 is #411AFE. Grayscale: #C0C0C0. Windows color (decimal): -4266751 or 124350. OLE color: 124350.
HSL color Cylindrical-coordinate representation of color #BEE501: hue angle of 70.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEE501 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.10 |
| HSL | 70.26º | 0.99% | 0.45% | - |
| HSV(B) | 70.26º | 1% | 0.9% | - |
| XYZ | 49.26 | 66.99 | 10.36 | - |
| YUV | 191.35 | 20.58 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 1 | 0.17 | 0 | 1.00 | 0.10 | 70.26 | 0.99 | 0.45 |
| Hex | BE | E5 | 1 | 11 | 0 | 64 | A | 46 | 63 | 2D |
| Octal | 276 | 345 | 1 | 21 | 0 | 144 | 12 | 106 | 143 | 55 |
| Binary | 10111110 | 11100101 | 1 | 10001 | 0 | 1100100 | 1010 | 1000110 | 1100011 | 101101 |
Color Harmonies of #BEE501
Complementary color
Monochromatic Colors of #BEE501
Black with #BEE501
Text Example
Text Example
White with #BEE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE501; }
p { color: rgb(190,229,1); }
H1.HeaderClassName
{
color: #BEE501;
}
.AnyTagClassName
{
color: #BEE501;
}
</style>
background-color css
<style>
a { background-color: #BEE501; }
a { background-color: rgb(190,229,1); }
div.DivClassName
{
background-color: #BEE501;
}
.BgClassName
{
background-color: #BEE501;
}
</style>
border-color css
<style>
span { border-color: #BEE501; }
span { border-color: rgb(190,229,1); }
td.TdClassName
{
border-color: #BEE501;
}
.TagClassName
{
border-color: #BEE501;
}
</style>