Shades of Inch Worm #BFE416
Tints of Inch Worm #BFE416
RGB
CMYK
RGB Variations
Color information
#BFE416 (or 0xBFE416) is known color: Inch Worm. HEX triplet: BF, E4 and 16. RGB value is (191,228,22). Sum of RGB (Red+Green+Blue) = 191+228+22=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE416 is #401BE9. Grayscale: #C2C2C2. Windows color (decimal): -4201450 or 1500351. OLE color: 1500351.
HSL color Cylindrical-coordinate representation of color #BFE416: hue angle of 70.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFE416 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 22 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.11 |
| HSL | 70.78º | 0.82% | 0.49% | - |
| HSV(B) | 70.78º | 0.9% | 0.89% | - |
| XYZ | 49.37 | 66.62 | 11.02 | - |
| YUV | 193.45 | 31.24 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 22 | 0.16 | 0 | 0.90 | 0.11 | 70.78 | 0.82 | 0.49 |
| Hex | BF | E4 | 16 | 10 | 0 | 5A | B | 47 | 52 | 31 |
| Octal | 277 | 344 | 26 | 20 | 0 | 132 | 13 | 107 | 122 | 61 |
| Binary | 10111111 | 11100100 | 10110 | 10000 | 0 | 1011010 | 1011 | 1000111 | 1010010 | 110001 |
Color Harmonies of #BFE416
Complementary color
Monochromatic Colors of #BFE416
Black with #BFE416
Text Example
Text Example
White with #BFE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE416; }
p { color: rgb(191,228,22); }
H1.HeaderClassName
{
color: #BFE416;
}
.AnyTagClassName
{
color: #BFE416;
}
</style>
background-color css
<style>
a { background-color: #BFE416; }
a { background-color: rgb(191,228,22); }
div.DivClassName
{
background-color: #BFE416;
}
.BgClassName
{
background-color: #BFE416;
}
</style>
border-color css
<style>
span { border-color: #BFE416; }
span { border-color: rgb(191,228,22); }
td.TdClassName
{
border-color: #BFE416;
}
.TagClassName
{
border-color: #BFE416;
}
</style>