Shades of Inch Worm #BFE511
Tints of Inch Worm #BFE511
RGB
CMYK
RGB Variations
Color information
#BFE511 (or 0xBFE511) is known color: Inch Worm. HEX triplet: BF, E5 and 11. RGB value is (191,229,17). Sum of RGB (Red+Green+Blue) = 191+229+17=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE511 is #401AEE. Grayscale: #C2C2C2. Windows color (decimal): -4201199 or 1172927. OLE color: 1172927.
HSL color Cylindrical-coordinate representation of color #BFE511: hue angle of 70.75º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFE511 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 17 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.10 |
| HSL | 70.75º | 0.86% | 0.48% | - |
| HSV(B) | 70.75º | 0.93% | 0.9% | - |
| XYZ | 49.61 | 67.16 | 10.88 | - |
| YUV | 193.47 | 28.41 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 17 | 0.17 | 0 | 0.93 | 0.10 | 70.75 | 0.86 | 0.48 |
| Hex | BF | E5 | 11 | 11 | 0 | 5D | A | 47 | 56 | 30 |
| Octal | 277 | 345 | 21 | 21 | 0 | 135 | 12 | 107 | 126 | 60 |
| Binary | 10111111 | 11100101 | 10001 | 10001 | 0 | 1011101 | 1010 | 1000111 | 1010110 | 110000 |
Color Harmonies of #BFE511
Complementary color
Monochromatic Colors of #BFE511
Black with #BFE511
Text Example
Text Example
White with #BFE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE511; }
p { color: rgb(191,229,17); }
H1.HeaderClassName
{
color: #BFE511;
}
.AnyTagClassName
{
color: #BFE511;
}
</style>
background-color css
<style>
a { background-color: #BFE511; }
a { background-color: rgb(191,229,17); }
div.DivClassName
{
background-color: #BFE511;
}
.BgClassName
{
background-color: #BFE511;
}
</style>
border-color css
<style>
span { border-color: #BFE511; }
span { border-color: rgb(191,229,17); }
td.TdClassName
{
border-color: #BFE511;
}
.TagClassName
{
border-color: #BFE511;
}
</style>