Shades of Inch Worm #BFE018
Tints of Inch Worm #BFE018
RGB
CMYK
RGB Variations
Color information
#BFE018 (or 0xBFE018) is known color: Inch Worm. HEX triplet: BF, E0 and 18. RGB value is (191,224,24). Sum of RGB (Red+Green+Blue) = 191+224+24=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE018 is #401FE7. Grayscale: #C0C0C0. Windows color (decimal): -4202472 or 1630399. OLE color: 1630399.
HSL color Cylindrical-coordinate representation of color #BFE018: hue angle of 69.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFE018 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 24 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.12 |
| HSL | 69.9º | 0.81% | 0.49% | - |
| HSV(B) | 69.9º | 0.89% | 0.88% | - |
| XYZ | 48.31 | 64.45 | 10.76 | - |
| YUV | 191.33 | 33.57 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 24 | 0.15 | 0 | 0.89 | 0.12 | 69.9 | 0.81 | 0.49 |
| Hex | BF | E0 | 18 | F | 0 | 59 | C | 46 | 51 | 31 |
| Octal | 277 | 340 | 30 | 17 | 0 | 131 | 14 | 106 | 121 | 61 |
| Binary | 10111111 | 11100000 | 11000 | 1111 | 0 | 1011001 | 1100 | 1000110 | 1010001 | 110001 |
Color Harmonies of #BFE018
Complementary color
Monochromatic Colors of #BFE018
Black with #BFE018
Text Example
Text Example
White with #BFE018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE018; }
p { color: rgb(191,224,24); }
H1.HeaderClassName
{
color: #BFE018;
}
.AnyTagClassName
{
color: #BFE018;
}
</style>
background-color css
<style>
a { background-color: #BFE018; }
a { background-color: rgb(191,224,24); }
div.DivClassName
{
background-color: #BFE018;
}
.BgClassName
{
background-color: #BFE018;
}
</style>
border-color css
<style>
span { border-color: #BFE018; }
span { border-color: rgb(191,224,24); }
td.TdClassName
{
border-color: #BFE018;
}
.TagClassName
{
border-color: #BFE018;
}
</style>