Shades of Inch Worm #BEE802
Tints of Inch Worm #BEE802
RGB
CMYK
RGB Variations
Color information
#BEE802 (or 0xBEE802) is known color: Inch Worm. HEX triplet: BE, E8 and 02. RGB value is (190,232,2). Sum of RGB (Red+Green+Blue) = 190+232+2=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE802 is #4117FD. Grayscale: #C2C2C2. Windows color (decimal): -4265982 or 190654. OLE color: 190654.
HSL color Cylindrical-coordinate representation of color #BEE802: hue angle of 70.96º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEE802 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.09 |
| HSL | 70.96º | 0.98% | 0.46% | - |
| HSV(B) | 70.96º | 0.99% | 0.91% | - |
| XYZ | 50.1 | 68.66 | 10.67 | - |
| YUV | 193.22 | 20.09 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 2 | 0.18 | 0 | 0.99 | 0.09 | 70.96 | 0.98 | 0.46 |
| Hex | BE | E8 | 2 | 12 | 0 | 63 | 9 | 47 | 62 | 2E |
| Octal | 276 | 350 | 2 | 22 | 0 | 143 | 11 | 107 | 142 | 56 |
| Binary | 10111110 | 11101000 | 10 | 10010 | 0 | 1100011 | 1001 | 1000111 | 1100010 | 101110 |
Color Harmonies of #BEE802
Complementary color
Monochromatic Colors of #BEE802
Black with #BEE802
Text Example
Text Example
White with #BEE802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE802; }
p { color: rgb(190,232,2); }
H1.HeaderClassName
{
color: #BEE802;
}
.AnyTagClassName
{
color: #BEE802;
}
</style>
background-color css
<style>
a { background-color: #BEE802; }
a { background-color: rgb(190,232,2); }
div.DivClassName
{
background-color: #BEE802;
}
.BgClassName
{
background-color: #BEE802;
}
</style>
border-color css
<style>
span { border-color: #BEE802; }
span { border-color: rgb(190,232,2); }
td.TdClassName
{
border-color: #BEE802;
}
.TagClassName
{
border-color: #BEE802;
}
</style>