Shades of Inch Worm #BEE716
Tints of Inch Worm #BEE716
RGB
CMYK
RGB Variations
Color information
#BEE716 (or 0xBEE716) is known color: Inch Worm. HEX triplet: BE, E7 and 16. RGB value is (190,231,22). Sum of RGB (Red+Green+Blue) = 190+231+22=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEE716 is #4118E9. Grayscale: #C3C3C3. Windows color (decimal): -4266218 or 1501118. OLE color: 1501118.
HSL color Cylindrical-coordinate representation of color #BEE716: hue angle of 71.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEE716 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 22 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.09 |
| HSL | 71.77º | 0.83% | 0.5% | - |
| HSV(B) | 71.77º | 0.9% | 0.91% | - |
| XYZ | 49.96 | 68.16 | 11.28 | - |
| YUV | 194.92 | 30.42 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 22 | 0.18 | 0 | 0.90 | 0.09 | 71.77 | 0.83 | 0.5 |
| Hex | BE | E7 | 16 | 12 | 0 | 5A | 9 | 48 | 53 | 32 |
| Octal | 276 | 347 | 26 | 22 | 0 | 132 | 11 | 110 | 123 | 62 |
| Binary | 10111110 | 11100111 | 10110 | 10010 | 0 | 1011010 | 1001 | 1001000 | 1010011 | 110010 |
Color Harmonies of #BEE716
Complementary color
Monochromatic Colors of #BEE716
Black with #BEE716
Text Example
Text Example
White with #BEE716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE716; }
p { color: rgb(190,231,22); }
H1.HeaderClassName
{
color: #BEE716;
}
.AnyTagClassName
{
color: #BEE716;
}
</style>
background-color css
<style>
a { background-color: #BEE716; }
a { background-color: rgb(190,231,22); }
div.DivClassName
{
background-color: #BEE716;
}
.BgClassName
{
background-color: #BEE716;
}
</style>
border-color css
<style>
span { border-color: #BEE716; }
span { border-color: rgb(190,231,22); }
td.TdClassName
{
border-color: #BEE716;
}
.TagClassName
{
border-color: #BEE716;
}
</style>