Shades of Inch Worm #BEE10F
Tints of Inch Worm #BEE10F
RGB
CMYK
RGB Variations
Color information
#BEE10F (or 0xBEE10F) is known color: Inch Worm. HEX triplet: BE, E1 and 0F. RGB value is (190,225,15). Sum of RGB (Red+Green+Blue) = 190+225+15=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE10F is #411EF0. Grayscale: #BFBFBF. Windows color (decimal): -4267761 or 1040830. OLE color: 1040830.
HSL color Cylindrical-coordinate representation of color #BEE10F: hue angle of 70º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEE10F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.12 |
| HSL | 70º | 0.88% | 0.47% | - |
| HSV(B) | 70º | 0.93% | 0.88% | - |
| XYZ | 48.25 | 64.83 | 10.42 | - |
| YUV | 190.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 15 | 0.16 | 0 | 0.93 | 0.12 | 70 | 0.88 | 0.47 |
| Hex | BE | E1 | F | 10 | 0 | 5D | C | 46 | 58 | 2F |
| Octal | 276 | 341 | 17 | 20 | 0 | 135 | 14 | 106 | 130 | 57 |
| Binary | 10111110 | 11100001 | 1111 | 10000 | 0 | 1011101 | 1100 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BEE10F
Complementary color
Monochromatic Colors of #BEE10F
Black with #BEE10F
Text Example
Text Example
White with #BEE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE10F; }
p { color: rgb(190,225,15); }
H1.HeaderClassName
{
color: #BEE10F;
}
.AnyTagClassName
{
color: #BEE10F;
}
</style>
background-color css
<style>
a { background-color: #BEE10F; }
a { background-color: rgb(190,225,15); }
div.DivClassName
{
background-color: #BEE10F;
}
.BgClassName
{
background-color: #BEE10F;
}
</style>
border-color css
<style>
span { border-color: #BEE10F; }
span { border-color: rgb(190,225,15); }
td.TdClassName
{
border-color: #BEE10F;
}
.TagClassName
{
border-color: #BEE10F;
}
</style>