Shades of Inch Worm #BEF218
Tints of Inch Worm #BEF218
RGB
CMYK
RGB Variations
Color information
#BEF218 (or 0xBEF218) is known color: Inch Worm. HEX triplet: BE, F2 and 18. RGB value is (190,242,24). Sum of RGB (Red+Green+Blue) = 190+242+24=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF218 is #410DE7. Grayscale: #CACACA. Windows color (decimal): -4263400 or 1635006. OLE color: 1635006.
HSL color Cylindrical-coordinate representation of color #BEF218: hue angle of 74.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEF218 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.05 |
| HSL | 74.31º | 0.89% | 0.52% | - |
| HSV(B) | 74.31º | 0.9% | 0.95% | - |
| XYZ | 53.15 | 74.52 | 12.45 | - |
| YUV | 201.6 | 27.77 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 24 | 0.21 | 0 | 0.90 | 0.05 | 74.31 | 0.89 | 0.52 |
| Hex | BE | F2 | 18 | 15 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 276 | 362 | 30 | 25 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 10111110 | 11110010 | 11000 | 10101 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BEF218
Complementary color
Monochromatic Colors of #BEF218
Black with #BEF218
Text Example
Text Example
White with #BEF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF218; }
p { color: rgb(190,242,24); }
H1.HeaderClassName
{
color: #BEF218;
}
.AnyTagClassName
{
color: #BEF218;
}
</style>
background-color css
<style>
a { background-color: #BEF218; }
a { background-color: rgb(190,242,24); }
div.DivClassName
{
background-color: #BEF218;
}
.BgClassName
{
background-color: #BEF218;
}
</style>
border-color css
<style>
span { border-color: #BEF218; }
span { border-color: rgb(190,242,24); }
td.TdClassName
{
border-color: #BEF218;
}
.TagClassName
{
border-color: #BEF218;
}
</style>