Shades of Inch Worm #BFE518
Tints of Inch Worm #BFE518
RGB
CMYK
RGB Variations
Color information
#BFE518 (or 0xBFE518) is known color: Inch Worm. HEX triplet: BF, E5 and 18. RGB value is (191,229,24). Sum of RGB (Red+Green+Blue) = 191+229+24=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE518 is #401AE7. Grayscale: #C3C3C3. Windows color (decimal): -4201192 or 1631679. OLE color: 1631679.
HSL color Cylindrical-coordinate representation of color #BFE518: hue angle of 71.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFE518 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.10 |
| HSL | 71.12º | 0.81% | 0.5% | - |
| HSV(B) | 71.12º | 0.9% | 0.9% | - |
| XYZ | 49.67 | 67.18 | 11.21 | - |
| YUV | 194.27 | 31.91 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 24 | 0.17 | 0 | 0.90 | 0.10 | 71.12 | 0.81 | 0.5 |
| Hex | BF | E5 | 18 | 11 | 0 | 5A | A | 47 | 51 | 32 |
| Octal | 277 | 345 | 30 | 21 | 0 | 132 | 12 | 107 | 121 | 62 |
| Binary | 10111111 | 11100101 | 11000 | 10001 | 0 | 1011010 | 1010 | 1000111 | 1010001 | 110010 |
Color Harmonies of #BFE518
Complementary color
Monochromatic Colors of #BFE518
Black with #BFE518
Text Example
Text Example
White with #BFE518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE518; }
p { color: rgb(191,229,24); }
H1.HeaderClassName
{
color: #BFE518;
}
.AnyTagClassName
{
color: #BFE518;
}
</style>
background-color css
<style>
a { background-color: #BFE518; }
a { background-color: rgb(191,229,24); }
div.DivClassName
{
background-color: #BFE518;
}
.BgClassName
{
background-color: #BFE518;
}
</style>
border-color css
<style>
span { border-color: #BFE518; }
span { border-color: rgb(191,229,24); }
td.TdClassName
{
border-color: #BFE518;
}
.TagClassName
{
border-color: #BFE518;
}
</style>