Shades of Inch Worm #BEE010
Tints of Inch Worm #BEE010
RGB
CMYK
RGB Variations
Color information
#BEE010 (or 0xBEE010) is known color: Inch Worm. HEX triplet: BE, E0 and 10. RGB value is (190,224,16). Sum of RGB (Red+Green+Blue) = 190+224+16=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE010 is #411FEF. Grayscale: #BEBEBE. Windows color (decimal): -4268016 or 1106110. OLE color: 1106110.
HSL color Cylindrical-coordinate representation of color #BEE010: hue angle of 69.81º degrees, saturation: 0.87, 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 #BEE010 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.12 |
| HSL | 69.81º | 0.87% | 0.47% | - |
| HSV(B) | 69.81º | 0.93% | 0.88% | - |
| XYZ | 47.98 | 64.3 | 10.37 | - |
| YUV | 190.12 | 29.74 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 16 | 0.15 | 0 | 0.93 | 0.12 | 69.81 | 0.87 | 0.47 |
| Hex | BE | E0 | 10 | F | 0 | 5D | C | 46 | 57 | 2F |
| Octal | 276 | 340 | 20 | 17 | 0 | 135 | 14 | 106 | 127 | 57 |
| Binary | 10111110 | 11100000 | 10000 | 1111 | 0 | 1011101 | 1100 | 1000110 | 1010111 | 101111 |
Color Harmonies of #BEE010
Complementary color
Monochromatic Colors of #BEE010
Black with #BEE010
Text Example
Text Example
White with #BEE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE010; }
p { color: rgb(190,224,16); }
H1.HeaderClassName
{
color: #BEE010;
}
.AnyTagClassName
{
color: #BEE010;
}
</style>
background-color css
<style>
a { background-color: #BEE010; }
a { background-color: rgb(190,224,16); }
div.DivClassName
{
background-color: #BEE010;
}
.BgClassName
{
background-color: #BEE010;
}
</style>
border-color css
<style>
span { border-color: #BEE010; }
span { border-color: rgb(190,224,16); }
td.TdClassName
{
border-color: #BEE010;
}
.TagClassName
{
border-color: #BEE010;
}
</style>