Shades of Inch Worm #BEF00F
Tints of Inch Worm #BEF00F
RGB
CMYK
RGB Variations
Color information
#BEF00F (or 0xBEF00F) is known color: Inch Worm. HEX triplet: BE, F0 and 0F. RGB value is (190,240,15). Sum of RGB (Red+Green+Blue) = 190+240+15=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF00F is #410FF0. Grayscale: #C8C8C8. Windows color (decimal): -4263921 or 1044670. OLE color: 1044670.
HSL color Cylindrical-coordinate representation of color #BEF00F: hue angle of 73.33º degrees, saturation: 0.88, 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 #BEF00F is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 15 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.06 |
| HSL | 73.33º | 0.88% | 0.5% | - |
| HSV(B) | 73.33º | 0.94% | 0.94% | - |
| XYZ | 52.48 | 73.3 | 11.83 | - |
| YUV | 199.4 | 23.94 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 15 | 0.21 | 0 | 0.94 | 0.06 | 73.33 | 0.88 | 0.5 |
| Hex | BE | F0 | F | 15 | 0 | 5E | 6 | 49 | 58 | 32 |
| Octal | 276 | 360 | 17 | 25 | 0 | 136 | 6 | 111 | 130 | 62 |
| Binary | 10111110 | 11110000 | 1111 | 10101 | 0 | 1011110 | 110 | 1001001 | 1011000 | 110010 |
Color Harmonies of #BEF00F
Complementary color
Monochromatic Colors of #BEF00F
Black with #BEF00F
Text Example
Text Example
White with #BEF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF00F; }
p { color: rgb(190,240,15); }
H1.HeaderClassName
{
color: #BEF00F;
}
.AnyTagClassName
{
color: #BEF00F;
}
</style>
background-color css
<style>
a { background-color: #BEF00F; }
a { background-color: rgb(190,240,15); }
div.DivClassName
{
background-color: #BEF00F;
}
.BgClassName
{
background-color: #BEF00F;
}
</style>
border-color css
<style>
span { border-color: #BEF00F; }
span { border-color: rgb(190,240,15); }
td.TdClassName
{
border-color: #BEF00F;
}
.TagClassName
{
border-color: #BEF00F;
}
</style>