Shades of Inch Worm #BEF013
Tints of Inch Worm #BEF013
RGB
CMYK
RGB Variations
Color information
#BEF013 (or 0xBEF013) is known color: Inch Worm. HEX triplet: BE, F0 and 13. RGB value is (190,240,19). Sum of RGB (Red+Green+Blue) = 190+240+19=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF013 is #410FEC. Grayscale: #C8C8C8. Windows color (decimal): -4263917 or 1306814. OLE color: 1306814.
HSL color Cylindrical-coordinate representation of color #BEF013: hue angle of 73.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEF013 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 19 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.06 |
| HSL | 73.57º | 0.88% | 0.51% | - |
| HSV(B) | 73.57º | 0.92% | 0.94% | - |
| XYZ | 52.51 | 73.31 | 12 | - |
| YUV | 199.86 | 25.94 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 19 | 0.21 | 0 | 0.92 | 0.06 | 73.57 | 0.88 | 0.51 |
| Hex | BE | F0 | 13 | 15 | 0 | 5C | 6 | 4A | 58 | 33 |
| Octal | 276 | 360 | 23 | 25 | 0 | 134 | 6 | 112 | 130 | 63 |
| Binary | 10111110 | 11110000 | 10011 | 10101 | 0 | 1011100 | 110 | 1001010 | 1011000 | 110011 |
Color Harmonies of #BEF013
Complementary color
Monochromatic Colors of #BEF013
Black with #BEF013
Text Example
Text Example
White with #BEF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF013; }
p { color: rgb(190,240,19); }
H1.HeaderClassName
{
color: #BEF013;
}
.AnyTagClassName
{
color: #BEF013;
}
</style>
background-color css
<style>
a { background-color: #BEF013; }
a { background-color: rgb(190,240,19); }
div.DivClassName
{
background-color: #BEF013;
}
.BgClassName
{
background-color: #BEF013;
}
</style>
border-color css
<style>
span { border-color: #BEF013; }
span { border-color: rgb(190,240,19); }
td.TdClassName
{
border-color: #BEF013;
}
.TagClassName
{
border-color: #BEF013;
}
</style>