Shades of Inch Worm #BEF112
Tints of Inch Worm #BEF112
RGB
CMYK
RGB Variations
Color information
#BEF112 (or 0xBEF112) is known color: Inch Worm. HEX triplet: BE, F1 and 12. RGB value is (190,241,18). Sum of RGB (Red+Green+Blue) = 190+241+18=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF112 is #410EED. Grayscale: #C9C9C9. Windows color (decimal): -4263662 or 1241534. OLE color: 1241534.
HSL color Cylindrical-coordinate representation of color #BEF112: hue angle of 73.72º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEF112 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.05 |
| HSL | 73.72º | 0.89% | 0.51% | - |
| HSV(B) | 73.72º | 0.93% | 0.95% | - |
| XYZ | 52.8 | 73.9 | 12.05 | - |
| YUV | 200.33 | 25.1 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 18 | 0.21 | 0 | 0.93 | 0.05 | 73.72 | 0.89 | 0.51 |
| Hex | BE | F1 | 12 | 15 | 0 | 5D | 5 | 4A | 59 | 33 |
| Octal | 276 | 361 | 22 | 25 | 0 | 135 | 5 | 112 | 131 | 63 |
| Binary | 10111110 | 11110001 | 10010 | 10101 | 0 | 1011101 | 101 | 1001010 | 1011001 | 110011 |
Color Harmonies of #BEF112
Complementary color
Monochromatic Colors of #BEF112
Black with #BEF112
Text Example
Text Example
White with #BEF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF112; }
p { color: rgb(190,241,18); }
H1.HeaderClassName
{
color: #BEF112;
}
.AnyTagClassName
{
color: #BEF112;
}
</style>
background-color css
<style>
a { background-color: #BEF112; }
a { background-color: rgb(190,241,18); }
div.DivClassName
{
background-color: #BEF112;
}
.BgClassName
{
background-color: #BEF112;
}
</style>
border-color css
<style>
span { border-color: #BEF112; }
span { border-color: rgb(190,241,18); }
td.TdClassName
{
border-color: #BEF112;
}
.TagClassName
{
border-color: #BEF112;
}
</style>