Shades of Inch Worm #BEF022
Tints of Inch Worm #BEF022
RGB
CMYK
RGB Variations
Color information
#BEF022 (or 0xBEF022) is known color: Inch Worm. HEX triplet: BE, F0 and 22. RGB value is (190,240,34). Sum of RGB (Red+Green+Blue) = 190+240+34=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF022 is #410FDD. Grayscale: #CACACA. Windows color (decimal): -4263902 or 2289854. OLE color: 2289854.
HSL color Cylindrical-coordinate representation of color #BEF022: hue angle of 74.56º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEF022 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 34 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.06 |
| HSL | 74.56º | 0.87% | 0.54% | - |
| HSV(B) | 74.56º | 0.86% | 0.94% | - |
| XYZ | 52.68 | 73.38 | 12.9 | - |
| YUV | 201.57 | 33.44 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 34 | 0.21 | 0 | 0.86 | 0.06 | 74.56 | 0.87 | 0.54 |
| Hex | BE | F0 | 22 | 15 | 0 | 56 | 6 | 4B | 57 | 36 |
| Octal | 276 | 360 | 42 | 25 | 0 | 126 | 6 | 113 | 127 | 66 |
| Binary | 10111110 | 11110000 | 100010 | 10101 | 0 | 1010110 | 110 | 1001011 | 1010111 | 110110 |
Color Harmonies of #BEF022
Complementary color
Monochromatic Colors of #BEF022
Black with #BEF022
Text Example
Text Example
White with #BEF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF022; }
p { color: rgb(190,240,34); }
H1.HeaderClassName
{
color: #BEF022;
}
.AnyTagClassName
{
color: #BEF022;
}
</style>
background-color css
<style>
a { background-color: #BEF022; }
a { background-color: rgb(190,240,34); }
div.DivClassName
{
background-color: #BEF022;
}
.BgClassName
{
background-color: #BEF022;
}
</style>
border-color css
<style>
span { border-color: #BEF022; }
span { border-color: rgb(190,240,34); }
td.TdClassName
{
border-color: #BEF022;
}
.TagClassName
{
border-color: #BEF022;
}
</style>