Shades of Inch Worm #BEE11C
Tints of Inch Worm #BEE11C
RGB
CMYK
RGB Variations
Color information
#BEE11C (or 0xBEE11C) is known color: Inch Worm. HEX triplet: BE, E1 and 1C. RGB value is (190,225,28). Sum of RGB (Red+Green+Blue) = 190+225+28=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE11C is #411EE3. Grayscale: #C0C0C0. Windows color (decimal): -4267748 or 1892798. OLE color: 1892798.
HSL color Cylindrical-coordinate representation of color #BEE11C: hue angle of 70.66º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEE11C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 28 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.12 |
| HSL | 70.66º | 0.78% | 0.5% | - |
| HSV(B) | 70.66º | 0.88% | 0.88% | - |
| XYZ | 48.37 | 64.88 | 11.07 | - |
| YUV | 192.08 | 35.4 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 28 | 0.16 | 0 | 0.88 | 0.12 | 70.66 | 0.78 | 0.5 |
| Hex | BE | E1 | 1C | 10 | 0 | 58 | C | 47 | 4E | 32 |
| Octal | 276 | 341 | 34 | 20 | 0 | 130 | 14 | 107 | 116 | 62 |
| Binary | 10111110 | 11100001 | 11100 | 10000 | 0 | 1011000 | 1100 | 1000111 | 1001110 | 110010 |
Color Harmonies of #BEE11C
Complementary color
Monochromatic Colors of #BEE11C
Black with #BEE11C
Text Example
Text Example
White with #BEE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE11C; }
p { color: rgb(190,225,28); }
H1.HeaderClassName
{
color: #BEE11C;
}
.AnyTagClassName
{
color: #BEE11C;
}
</style>
background-color css
<style>
a { background-color: #BEE11C; }
a { background-color: rgb(190,225,28); }
div.DivClassName
{
background-color: #BEE11C;
}
.BgClassName
{
background-color: #BEE11C;
}
</style>
border-color css
<style>
span { border-color: #BEE11C; }
span { border-color: rgb(190,225,28); }
td.TdClassName
{
border-color: #BEE11C;
}
.TagClassName
{
border-color: #BEE11C;
}
</style>