Shades of Inch Worm #BFE801
Tints of Inch Worm #BFE801
RGB
CMYK
RGB Variations
Color information
#BFE801 (or 0xBFE801) is known color: Inch Worm. HEX triplet: BF, E8 and 01. RGB value is (191,232,1). Sum of RGB (Red+Green+Blue) = 191+232+1=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE801 is #4017FE. Grayscale: #C2C2C2. Windows color (decimal): -4200447 or 125119. OLE color: 125119.
HSL color Cylindrical-coordinate representation of color #BFE801: hue angle of 70.65º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFE801 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.09 |
| HSL | 70.65º | 0.99% | 0.46% | - |
| HSV(B) | 70.65º | 1% | 0.91% | - |
| XYZ | 50.35 | 68.79 | 10.65 | - |
| YUV | 193.41 | 19.42 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 1 | 0.18 | 0 | 1.00 | 0.09 | 70.65 | 0.99 | 0.46 |
| Hex | BF | E8 | 1 | 12 | 0 | 64 | 9 | 47 | 63 | 2E |
| Octal | 277 | 350 | 1 | 22 | 0 | 144 | 11 | 107 | 143 | 56 |
| Binary | 10111111 | 11101000 | 1 | 10010 | 0 | 1100100 | 1001 | 1000111 | 1100011 | 101110 |
Color Harmonies of #BFE801
Complementary color
Monochromatic Colors of #BFE801
Black with #BFE801
Text Example
Text Example
White with #BFE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE801; }
p { color: rgb(191,232,1); }
H1.HeaderClassName
{
color: #BFE801;
}
.AnyTagClassName
{
color: #BFE801;
}
</style>
background-color css
<style>
a { background-color: #BFE801; }
a { background-color: rgb(191,232,1); }
div.DivClassName
{
background-color: #BFE801;
}
.BgClassName
{
background-color: #BFE801;
}
</style>
border-color css
<style>
span { border-color: #BFE801; }
span { border-color: rgb(191,232,1); }
td.TdClassName
{
border-color: #BFE801;
}
.TagClassName
{
border-color: #BFE801;
}
</style>