Shades of Inch Worm #BEE416
Tints of Inch Worm #BEE416
RGB
CMYK
RGB Variations
Color information
#BEE416 (or 0xBEE416) is known color: Inch Worm. HEX triplet: BE, E4 and 16. RGB value is (190,228,22). Sum of RGB (Red+Green+Blue) = 190+228+22=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEE416 is #411BE9. Grayscale: #C1C1C1. Windows color (decimal): -4266986 or 1500350. OLE color: 1500350.
HSL color Cylindrical-coordinate representation of color #BEE416: hue angle of 71.07º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEE416 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 22 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.11 |
| HSL | 71.07º | 0.82% | 0.49% | - |
| HSV(B) | 71.07º | 0.9% | 0.89% | - |
| XYZ | 49.12 | 66.49 | 11 | - |
| YUV | 193.15 | 31.41 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 22 | 0.17 | 0 | 0.90 | 0.11 | 71.07 | 0.82 | 0.49 |
| Hex | BE | E4 | 16 | 11 | 0 | 5A | B | 47 | 52 | 31 |
| Octal | 276 | 344 | 26 | 21 | 0 | 132 | 13 | 107 | 122 | 61 |
| Binary | 10111110 | 11100100 | 10110 | 10001 | 0 | 1011010 | 1011 | 1000111 | 1010010 | 110001 |
Color Harmonies of #BEE416
Complementary color
Monochromatic Colors of #BEE416
Black with #BEE416
Text Example
Text Example
White with #BEE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE416; }
p { color: rgb(190,228,22); }
H1.HeaderClassName
{
color: #BEE416;
}
.AnyTagClassName
{
color: #BEE416;
}
</style>
background-color css
<style>
a { background-color: #BEE416; }
a { background-color: rgb(190,228,22); }
div.DivClassName
{
background-color: #BEE416;
}
.BgClassName
{
background-color: #BEE416;
}
</style>
border-color css
<style>
span { border-color: #BEE416; }
span { border-color: rgb(190,228,22); }
td.TdClassName
{
border-color: #BEE416;
}
.TagClassName
{
border-color: #BEE416;
}
</style>