Shades of Inch Worm #BEF00E
Tints of Inch Worm #BEF00E
RGB
CMYK
RGB Variations
Color information
#BEF00E (or 0xBEF00E) is known color: Inch Worm. HEX triplet: BE, F0 and 0E. RGB value is (190,240,14). Sum of RGB (Red+Green+Blue) = 190+240+14=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF00E is #410FF1. Grayscale: #C8C8C8. Windows color (decimal): -4263922 or 979134. OLE color: 979134.
HSL color Cylindrical-coordinate representation of color #BEF00E: hue angle of 73.27º 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 #BEF00E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 14 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.06 |
| HSL | 73.27º | 0.89% | 0.5% | - |
| HSV(B) | 73.27º | 0.94% | 0.94% | - |
| XYZ | 52.47 | 73.3 | 11.8 | - |
| YUV | 199.29 | 23.44 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 14 | 0.21 | 0 | 0.94 | 0.06 | 73.27 | 0.89 | 0.5 |
| Hex | BE | F0 | E | 15 | 0 | 5E | 6 | 49 | 59 | 32 |
| Octal | 276 | 360 | 16 | 25 | 0 | 136 | 6 | 111 | 131 | 62 |
| Binary | 10111110 | 11110000 | 1110 | 10101 | 0 | 1011110 | 110 | 1001001 | 1011001 | 110010 |
Color Harmonies of #BEF00E
Complementary color
Monochromatic Colors of #BEF00E
Black with #BEF00E
Text Example
Text Example
White with #BEF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF00E; }
p { color: rgb(190,240,14); }
H1.HeaderClassName
{
color: #BEF00E;
}
.AnyTagClassName
{
color: #BEF00E;
}
</style>
background-color css
<style>
a { background-color: #BEF00E; }
a { background-color: rgb(190,240,14); }
div.DivClassName
{
background-color: #BEF00E;
}
.BgClassName
{
background-color: #BEF00E;
}
</style>
border-color css
<style>
span { border-color: #BEF00E; }
span { border-color: rgb(190,240,14); }
td.TdClassName
{
border-color: #BEF00E;
}
.TagClassName
{
border-color: #BEF00E;
}
</style>