Shades of Inch Worm #BFE210
Tints of Inch Worm #BFE210
RGB
CMYK
RGB Variations
Color information
#BFE210 (or 0xBFE210) is known color: Inch Worm. HEX triplet: BF, E2 and 10. RGB value is (191,226,16). Sum of RGB (Red+Green+Blue) = 191+226+16=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE210 is #401DEF. Grayscale: #C0C0C0. Windows color (decimal): -4201968 or 1106623. OLE color: 1106623.
HSL color Cylindrical-coordinate representation of color #BFE210: hue angle of 70º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFE210 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.11 |
| HSL | 70º | 0.87% | 0.47% | - |
| HSV(B) | 70º | 0.93% | 0.89% | - |
| XYZ | 48.78 | 65.51 | 10.56 | - |
| YUV | 191.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 16 | 0.15 | 0 | 0.93 | 0.11 | 70 | 0.87 | 0.47 |
| Hex | BF | E2 | 10 | F | 0 | 5D | B | 46 | 57 | 2F |
| Octal | 277 | 342 | 20 | 17 | 0 | 135 | 13 | 106 | 127 | 57 |
| Binary | 10111111 | 11100010 | 10000 | 1111 | 0 | 1011101 | 1011 | 1000110 | 1010111 | 101111 |
Color Harmonies of #BFE210
Complementary color
Monochromatic Colors of #BFE210
Black with #BFE210
Text Example
Text Example
White with #BFE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE210; }
p { color: rgb(191,226,16); }
H1.HeaderClassName
{
color: #BFE210;
}
.AnyTagClassName
{
color: #BFE210;
}
</style>
background-color css
<style>
a { background-color: #BFE210; }
a { background-color: rgb(191,226,16); }
div.DivClassName
{
background-color: #BFE210;
}
.BgClassName
{
background-color: #BFE210;
}
</style>
border-color css
<style>
span { border-color: #BFE210; }
span { border-color: rgb(191,226,16); }
td.TdClassName
{
border-color: #BFE210;
}
.TagClassName
{
border-color: #BFE210;
}
</style>