Shades of Inch Worm #BEF221
Tints of Inch Worm #BEF221
RGB
CMYK
RGB Variations
Color information
#BEF221 (or 0xBEF221) is known color: Inch Worm. HEX triplet: BE, F2 and 21. RGB value is (190,242,33). Sum of RGB (Red+Green+Blue) = 190+242+33=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF221 is #410DDE. Grayscale: #CBCBCB. Windows color (decimal): -4263391 or 2224830. OLE color: 2224830.
HSL color Cylindrical-coordinate representation of color #BEF221: hue angle of 74.93º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEF221 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 33 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.05 |
| HSL | 74.93º | 0.89% | 0.54% | - |
| HSV(B) | 74.93º | 0.86% | 0.95% | - |
| XYZ | 53.26 | 74.56 | 13.02 | - |
| YUV | 202.63 | 32.27 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 33 | 0.21 | 0 | 0.86 | 0.05 | 74.93 | 0.89 | 0.54 |
| Hex | BE | F2 | 21 | 15 | 0 | 56 | 5 | 4B | 59 | 36 |
| Octal | 276 | 362 | 41 | 25 | 0 | 126 | 5 | 113 | 131 | 66 |
| Binary | 10111110 | 11110010 | 100001 | 10101 | 0 | 1010110 | 101 | 1001011 | 1011001 | 110110 |
Color Harmonies of #BEF221
Complementary color
Monochromatic Colors of #BEF221
Black with #BEF221
Text Example
Text Example
White with #BEF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF221; }
p { color: rgb(190,242,33); }
H1.HeaderClassName
{
color: #BEF221;
}
.AnyTagClassName
{
color: #BEF221;
}
</style>
background-color css
<style>
a { background-color: #BEF221; }
a { background-color: rgb(190,242,33); }
div.DivClassName
{
background-color: #BEF221;
}
.BgClassName
{
background-color: #BEF221;
}
</style>
border-color css
<style>
span { border-color: #BEF221; }
span { border-color: rgb(190,242,33); }
td.TdClassName
{
border-color: #BEF221;
}
.TagClassName
{
border-color: #BEF221;
}
</style>