Shades of Inch Worm #BEE002
Tints of Inch Worm #BEE002
RGB
CMYK
RGB Variations
Color information
#BEE002 (or 0xBEE002) is known color: Inch Worm. HEX triplet: BE, E0 and 02. RGB value is (190,224,2). Sum of RGB (Red+Green+Blue) = 190+224+2=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE002 is #411FFD. Grayscale: #BDBDBD. Windows color (decimal): -4268030 or 188606. OLE color: 188606.
HSL color Cylindrical-coordinate representation of color #BEE002: hue angle of 69.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEE002 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.12 |
| HSL | 69.19º | 0.98% | 0.44% | - |
| HSV(B) | 69.19º | 0.99% | 0.88% | - |
| XYZ | 47.9 | 64.26 | 9.94 | - |
| YUV | 188.53 | 22.74 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 2 | 0.15 | 0 | 0.99 | 0.12 | 69.19 | 0.98 | 0.44 |
| Hex | BE | E0 | 2 | F | 0 | 63 | C | 45 | 62 | 2C |
| Octal | 276 | 340 | 2 | 17 | 0 | 143 | 14 | 105 | 142 | 54 |
| Binary | 10111110 | 11100000 | 10 | 1111 | 0 | 1100011 | 1100 | 1000101 | 1100010 | 101100 |
Color Harmonies of #BEE002
Complementary color
Monochromatic Colors of #BEE002
Black with #BEE002
Text Example
Text Example
White with #BEE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE002; }
p { color: rgb(190,224,2); }
H1.HeaderClassName
{
color: #BEE002;
}
.AnyTagClassName
{
color: #BEE002;
}
</style>
background-color css
<style>
a { background-color: #BEE002; }
a { background-color: rgb(190,224,2); }
div.DivClassName
{
background-color: #BEE002;
}
.BgClassName
{
background-color: #BEE002;
}
</style>
border-color css
<style>
span { border-color: #BEE002; }
span { border-color: rgb(190,224,2); }
td.TdClassName
{
border-color: #BEE002;
}
.TagClassName
{
border-color: #BEE002;
}
</style>