Shades of Inch Worm #BEF010
Tints of Inch Worm #BEF010
RGB
CMYK
RGB Variations
Color information
#BEF010 (or 0xBEF010) is known color: Inch Worm. HEX triplet: BE, F0 and 10. RGB value is (190,240,16). Sum of RGB (Red+Green+Blue) = 190+240+16=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF010 is #410FEF. Grayscale: #C8C8C8. Windows color (decimal): -4263920 or 1110206. OLE color: 1110206.
HSL color Cylindrical-coordinate representation of color #BEF010: hue angle of 73.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEF010 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 16 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.06 |
| HSL | 73.39º | 0.88% | 0.5% | - |
| HSV(B) | 73.39º | 0.93% | 0.94% | - |
| XYZ | 52.49 | 73.3 | 11.87 | - |
| YUV | 199.51 | 24.44 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 16 | 0.21 | 0 | 0.93 | 0.06 | 73.39 | 0.88 | 0.5 |
| Hex | BE | F0 | 10 | 15 | 0 | 5D | 6 | 49 | 58 | 32 |
| Octal | 276 | 360 | 20 | 25 | 0 | 135 | 6 | 111 | 130 | 62 |
| Binary | 10111110 | 11110000 | 10000 | 10101 | 0 | 1011101 | 110 | 1001001 | 1011000 | 110010 |
Color Harmonies of #BEF010
Complementary color
Monochromatic Colors of #BEF010
Black with #BEF010
Text Example
Text Example
White with #BEF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF010; }
p { color: rgb(190,240,16); }
H1.HeaderClassName
{
color: #BEF010;
}
.AnyTagClassName
{
color: #BEF010;
}
</style>
background-color css
<style>
a { background-color: #BEF010; }
a { background-color: rgb(190,240,16); }
div.DivClassName
{
background-color: #BEF010;
}
.BgClassName
{
background-color: #BEF010;
}
</style>
border-color css
<style>
span { border-color: #BEF010; }
span { border-color: rgb(190,240,16); }
td.TdClassName
{
border-color: #BEF010;
}
.TagClassName
{
border-color: #BEF010;
}
</style>