Shades of Inch Worm #BEEF0E
Tints of Inch Worm #BEEF0E
RGB
CMYK
RGB Variations
Color information
#BEEF0E (or 0xBEEF0E) is known color: Inch Worm. HEX triplet: BE, EF and 0E. RGB value is (190,239,14). Sum of RGB (Red+Green+Blue) = 190+239+14=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEEF0E is #4110F1. Grayscale: #C7C7C7. Windows color (decimal): -4264178 or 978878. OLE color: 978878.
HSL color Cylindrical-coordinate representation of color #BEEF0E: hue angle of 73.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEEF0E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 14 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.06 |
| HSL | 73.07º | 0.89% | 0.5% | - |
| HSV(B) | 73.07º | 0.94% | 0.94% | - |
| XYZ | 52.18 | 72.71 | 11.7 | - |
| YUV | 198.7 | 23.77 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 14 | 0.21 | 0 | 0.94 | 0.06 | 73.07 | 0.89 | 0.5 |
| Hex | BE | EF | E | 15 | 0 | 5E | 6 | 49 | 59 | 32 |
| Octal | 276 | 357 | 16 | 25 | 0 | 136 | 6 | 111 | 131 | 62 |
| Binary | 10111110 | 11101111 | 1110 | 10101 | 0 | 1011110 | 110 | 1001001 | 1011001 | 110010 |
Color Harmonies of #BEEF0E
Complementary color
Monochromatic Colors of #BEEF0E
Black with #BEEF0E
Text Example
Text Example
White with #BEEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEF0E; }
p { color: rgb(190,239,14); }
H1.HeaderClassName
{
color: #BEEF0E;
}
.AnyTagClassName
{
color: #BEEF0E;
}
</style>
background-color css
<style>
a { background-color: #BEEF0E; }
a { background-color: rgb(190,239,14); }
div.DivClassName
{
background-color: #BEEF0E;
}
.BgClassName
{
background-color: #BEEF0E;
}
</style>
border-color css
<style>
span { border-color: #BEEF0E; }
span { border-color: rgb(190,239,14); }
td.TdClassName
{
border-color: #BEEF0E;
}
.TagClassName
{
border-color: #BEEF0E;
}
</style>