Shades of Inch Worm #BFE316
Tints of Inch Worm #BFE316
RGB
CMYK
RGB Variations
Color information
#BFE316 (or 0xBFE316) is known color: Inch Worm. HEX triplet: BF, E3 and 16. RGB value is (191,227,22). Sum of RGB (Red+Green+Blue) = 191+227+22=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE316 is #401CE9. Grayscale: #C1C1C1. Windows color (decimal): -4201706 or 1500095. OLE color: 1500095.
HSL color Cylindrical-coordinate representation of color #BFE316: hue angle of 70.54º 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 #BFE316 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 22 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.11 |
| HSL | 70.54º | 0.82% | 0.49% | - |
| HSV(B) | 70.54º | 0.9% | 0.89% | - |
| XYZ | 49.1 | 66.07 | 10.92 | - |
| YUV | 192.87 | 31.57 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 22 | 0.16 | 0 | 0.90 | 0.11 | 70.54 | 0.82 | 0.49 |
| Hex | BF | E3 | 16 | 10 | 0 | 5A | B | 47 | 52 | 31 |
| Octal | 277 | 343 | 26 | 20 | 0 | 132 | 13 | 107 | 122 | 61 |
| Binary | 10111111 | 11100011 | 10110 | 10000 | 0 | 1011010 | 1011 | 1000111 | 1010010 | 110001 |
Color Harmonies of #BFE316
Complementary color
Monochromatic Colors of #BFE316
Black with #BFE316
Text Example
Text Example
White with #BFE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE316; }
p { color: rgb(191,227,22); }
H1.HeaderClassName
{
color: #BFE316;
}
.AnyTagClassName
{
color: #BFE316;
}
</style>
background-color css
<style>
a { background-color: #BFE316; }
a { background-color: rgb(191,227,22); }
div.DivClassName
{
background-color: #BFE316;
}
.BgClassName
{
background-color: #BFE316;
}
</style>
border-color css
<style>
span { border-color: #BFE316; }
span { border-color: rgb(191,227,22); }
td.TdClassName
{
border-color: #BFE316;
}
.TagClassName
{
border-color: #BFE316;
}
</style>