Shades of Inch Worm #BEF220
Tints of Inch Worm #BEF220
RGB
CMYK
RGB Variations
Color information
#BEF220 (or 0xBEF220) is known color: Inch Worm. HEX triplet: BE, F2 and 20. RGB value is (190,242,32). Sum of RGB (Red+Green+Blue) = 190+242+32=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF220 is #410DDF. Grayscale: #CBCBCB. Windows color (decimal): -4263392 or 2159294. OLE color: 2159294.
HSL color Cylindrical-coordinate representation of color #BEF220: hue angle of 74.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEF220 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 32 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.05 |
| HSL | 74.86º | 0.89% | 0.54% | - |
| HSV(B) | 74.86º | 0.87% | 0.95% | - |
| XYZ | 53.25 | 74.56 | 12.95 | - |
| YUV | 202.51 | 31.77 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 32 | 0.21 | 0 | 0.87 | 0.05 | 74.86 | 0.89 | 0.54 |
| Hex | BE | F2 | 20 | 15 | 0 | 57 | 5 | 4B | 59 | 36 |
| Octal | 276 | 362 | 40 | 25 | 0 | 127 | 5 | 113 | 131 | 66 |
| Binary | 10111110 | 11110010 | 100000 | 10101 | 0 | 1010111 | 101 | 1001011 | 1011001 | 110110 |
Color Harmonies of #BEF220
Complementary color
Monochromatic Colors of #BEF220
Black with #BEF220
Text Example
Text Example
White with #BEF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF220; }
p { color: rgb(190,242,32); }
H1.HeaderClassName
{
color: #BEF220;
}
.AnyTagClassName
{
color: #BEF220;
}
</style>
background-color css
<style>
a { background-color: #BEF220; }
a { background-color: rgb(190,242,32); }
div.DivClassName
{
background-color: #BEF220;
}
.BgClassName
{
background-color: #BEF220;
}
</style>
border-color css
<style>
span { border-color: #BEF220; }
span { border-color: rgb(190,242,32); }
td.TdClassName
{
border-color: #BEF220;
}
.TagClassName
{
border-color: #BEF220;
}
</style>