Shades of Inch Worm #BFE016
Tints of Inch Worm #BFE016
RGB
CMYK
RGB Variations
Color information
#BFE016 (or 0xBFE016) is known color: Inch Worm. HEX triplet: BF, E0 and 16. RGB value is (191,224,22). Sum of RGB (Red+Green+Blue) = 191+224+22=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE016 is #401FE9. Grayscale: #BFBFBF. Windows color (decimal): -4202474 or 1499327. OLE color: 1499327.
HSL color Cylindrical-coordinate representation of color #BFE016: hue angle of 69.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFE016 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 22 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.12 |
| HSL | 69.8º | 0.82% | 0.48% | - |
| HSV(B) | 69.8º | 0.9% | 0.88% | - |
| XYZ | 48.29 | 64.45 | 10.65 | - |
| YUV | 191.11 | 32.57 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 22 | 0.15 | 0 | 0.90 | 0.12 | 69.8 | 0.82 | 0.48 |
| Hex | BF | E0 | 16 | F | 0 | 5A | C | 46 | 52 | 30 |
| Octal | 277 | 340 | 26 | 17 | 0 | 132 | 14 | 106 | 122 | 60 |
| Binary | 10111111 | 11100000 | 10110 | 1111 | 0 | 1011010 | 1100 | 1000110 | 1010010 | 110000 |
Color Harmonies of #BFE016
Complementary color
Monochromatic Colors of #BFE016
Black with #BFE016
Text Example
Text Example
White with #BFE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE016; }
p { color: rgb(191,224,22); }
H1.HeaderClassName
{
color: #BFE016;
}
.AnyTagClassName
{
color: #BFE016;
}
</style>
background-color css
<style>
a { background-color: #BFE016; }
a { background-color: rgb(191,224,22); }
div.DivClassName
{
background-color: #BFE016;
}
.BgClassName
{
background-color: #BFE016;
}
</style>
border-color css
<style>
span { border-color: #BFE016; }
span { border-color: rgb(191,224,22); }
td.TdClassName
{
border-color: #BFE016;
}
.TagClassName
{
border-color: #BFE016;
}
</style>