Shades of Inch Worm #BEE200
Tints of Inch Worm #BEE200
RGB
CMYK
RGB Variations
Color information
#BEE200 (or 0xBEE200) is known color: Inch Worm. HEX triplet: BE, E2 and 00. RGB value is (190,226,0). Sum of RGB (Red+Green+Blue) = 190+226+0=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 226 (88.67% from 255 or 54.33% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE200 is #411DFF. Grayscale: #BEBEBE. Windows color (decimal): -4267520 or 58046. OLE color: 58046.
HSL color Cylindrical-coordinate representation of color #BEE200: hue angle of 69.56º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEE200 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.11 |
| HSL | 69.56º | 1% | 0.44% | - |
| HSV(B) | 69.56º | 1% | 0.89% | - |
| XYZ | 48.43 | 65.34 | 10.06 | - |
| YUV | 189.47 | 21.07 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 0 | 0.16 | 0 | 1 | 0.11 | 69.56 | 1 | 0.44 |
| Hex | BE | E2 | 0 | 10 | 0 | 64 | B | 46 | 64 | 2C |
| Octal | 276 | 342 | 0 | 20 | 0 | 144 | 13 | 106 | 144 | 54 |
| Binary | 10111110 | 11100010 | 0 | 10000 | 0 | 1100100 | 1011 | 1000110 | 1100100 | 101100 |
Color Harmonies of #BEE200
Complementary color
Monochromatic Colors of #BEE200
Black with #BEE200
Text Example
Text Example
White with #BEE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE200; }
p { color: rgb(190,226,0); }
H1.HeaderClassName
{
color: #BEE200;
}
.AnyTagClassName
{
color: #BEE200;
}
</style>
background-color css
<style>
a { background-color: #BEE200; }
a { background-color: rgb(190,226,0); }
div.DivClassName
{
background-color: #BEE200;
}
.BgClassName
{
background-color: #BEE200;
}
</style>
border-color css
<style>
span { border-color: #BEE200; }
span { border-color: rgb(190,226,0); }
td.TdClassName
{
border-color: #BEE200;
}
.TagClassName
{
border-color: #BEE200;
}
</style>