Shades of Inch Worm #BEF122
Tints of Inch Worm #BEF122
RGB
CMYK
RGB Variations
Color information
#BEF122 (or 0xBEF122) is known color: Inch Worm. HEX triplet: BE, F1 and 22. RGB value is (190,241,34). Sum of RGB (Red+Green+Blue) = 190+241+34=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF122 is #410EDD. Grayscale: #CACACA. Windows color (decimal): -4263646 or 2290110. OLE color: 2290110.
HSL color Cylindrical-coordinate representation of color #BEF122: hue angle of 74.78º degrees, saturation: 0.88, 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 #BEF122 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 34 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.05 |
| HSL | 74.78º | 0.88% | 0.54% | - |
| HSV(B) | 74.78º | 0.86% | 0.95% | - |
| XYZ | 52.98 | 73.97 | 13 | - |
| YUV | 202.15 | 33.1 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 34 | 0.21 | 0 | 0.86 | 0.05 | 74.78 | 0.88 | 0.54 |
| Hex | BE | F1 | 22 | 15 | 0 | 56 | 5 | 4B | 58 | 36 |
| Octal | 276 | 361 | 42 | 25 | 0 | 126 | 5 | 113 | 130 | 66 |
| Binary | 10111110 | 11110001 | 100010 | 10101 | 0 | 1010110 | 101 | 1001011 | 1011000 | 110110 |
Color Harmonies of #BEF122
Complementary color
Monochromatic Colors of #BEF122
Black with #BEF122
Text Example
Text Example
White with #BEF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF122; }
p { color: rgb(190,241,34); }
H1.HeaderClassName
{
color: #BEF122;
}
.AnyTagClassName
{
color: #BEF122;
}
</style>
background-color css
<style>
a { background-color: #BEF122; }
a { background-color: rgb(190,241,34); }
div.DivClassName
{
background-color: #BEF122;
}
.BgClassName
{
background-color: #BEF122;
}
</style>
border-color css
<style>
span { border-color: #BEF122; }
span { border-color: rgb(190,241,34); }
td.TdClassName
{
border-color: #BEF122;
}
.TagClassName
{
border-color: #BEF122;
}
</style>