Shades of Inch Worm #BFEB18
Tints of Inch Worm #BFEB18
RGB
CMYK
RGB Variations
Color information
#BFEB18 (or 0xBFEB18) is known color: Inch Worm. HEX triplet: BF, EB and 18. RGB value is (191,235,24). Sum of RGB (Red+Green+Blue) = 191+235+24=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB18 is #4014E7. Grayscale: #C6C6C6. Windows color (decimal): -4199656 or 1633215. OLE color: 1633215.
HSL color Cylindrical-coordinate representation of color #BFEB18: hue angle of 72.51º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFEB18 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 24 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.08 |
| HSL | 72.51º | 0.84% | 0.51% | - |
| HSV(B) | 72.51º | 0.9% | 0.92% | - |
| XYZ | 51.36 | 70.56 | 11.78 | - |
| YUV | 197.79 | 29.92 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 24 | 0.19 | 0 | 0.90 | 0.08 | 72.51 | 0.84 | 0.51 |
| Hex | BF | EB | 18 | 13 | 0 | 5A | 8 | 49 | 54 | 33 |
| Octal | 277 | 353 | 30 | 23 | 0 | 132 | 10 | 111 | 124 | 63 |
| Binary | 10111111 | 11101011 | 11000 | 10011 | 0 | 1011010 | 1000 | 1001001 | 1010100 | 110011 |
Color Harmonies of #BFEB18
Complementary color
Monochromatic Colors of #BFEB18
Black with #BFEB18
Text Example
Text Example
White with #BFEB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB18; }
p { color: rgb(191,235,24); }
H1.HeaderClassName
{
color: #BFEB18;
}
.AnyTagClassName
{
color: #BFEB18;
}
</style>
background-color css
<style>
a { background-color: #BFEB18; }
a { background-color: rgb(191,235,24); }
div.DivClassName
{
background-color: #BFEB18;
}
.BgClassName
{
background-color: #BFEB18;
}
</style>
border-color css
<style>
span { border-color: #BFEB18; }
span { border-color: rgb(191,235,24); }
td.TdClassName
{
border-color: #BFEB18;
}
.TagClassName
{
border-color: #BFEB18;
}
</style>