Shades of Inch Worm #BFE211
Tints of Inch Worm #BFE211
RGB
CMYK
RGB Variations
Color information
#BFE211 (or 0xBFE211) is known color: Inch Worm. HEX triplet: BF, E2 and 11. RGB value is (191,226,17). Sum of RGB (Red+Green+Blue) = 191+226+17=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE211 is #401DEE. Grayscale: #C0C0C0. Windows color (decimal): -4201967 or 1172159. OLE color: 1172159.
HSL color Cylindrical-coordinate representation of color #BFE211: hue angle of 70.05º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFE211 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.11 |
| HSL | 70.05º | 0.86% | 0.48% | - |
| HSV(B) | 70.05º | 0.92% | 0.89% | - |
| XYZ | 48.78 | 65.51 | 10.6 | - |
| YUV | 191.71 | 29.4 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 17 | 0.15 | 0 | 0.92 | 0.11 | 70.05 | 0.86 | 0.48 |
| Hex | BF | E2 | 11 | F | 0 | 5C | B | 46 | 56 | 30 |
| Octal | 277 | 342 | 21 | 17 | 0 | 134 | 13 | 106 | 126 | 60 |
| Binary | 10111111 | 11100010 | 10001 | 1111 | 0 | 1011100 | 1011 | 1000110 | 1010110 | 110000 |
Color Harmonies of #BFE211
Complementary color
Monochromatic Colors of #BFE211
Black with #BFE211
Text Example
Text Example
White with #BFE211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE211; }
p { color: rgb(191,226,17); }
H1.HeaderClassName
{
color: #BFE211;
}
.AnyTagClassName
{
color: #BFE211;
}
</style>
background-color css
<style>
a { background-color: #BFE211; }
a { background-color: rgb(191,226,17); }
div.DivClassName
{
background-color: #BFE211;
}
.BgClassName
{
background-color: #BFE211;
}
</style>
border-color css
<style>
span { border-color: #BFE211; }
span { border-color: rgb(191,226,17); }
td.TdClassName
{
border-color: #BFE211;
}
.TagClassName
{
border-color: #BFE211;
}
</style>