Shades of Inch Worm #BFE901
Tints of Inch Worm #BFE901
RGB
CMYK
RGB Variations
Color information
#BFE901 (or 0xBFE901) is known color: Inch Worm. HEX triplet: BF, E9 and 01. RGB value is (191,233,1). Sum of RGB (Red+Green+Blue) = 191+233+1=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE901 is #4016FE. Grayscale: #C2C2C2. Windows color (decimal): -4200191 or 125375. OLE color: 125375.
HSL color Cylindrical-coordinate representation of color #BFE901: hue angle of 70.86º 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 #BFE901 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.09 |
| HSL | 70.86º | 0.99% | 0.46% | - |
| HSV(B) | 70.86º | 1% | 0.91% | - |
| XYZ | 50.63 | 69.36 | 10.75 | - |
| YUV | 193.99 | 19.09 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 1 | 0.18 | 0 | 1.00 | 0.09 | 70.86 | 0.99 | 0.46 |
| Hex | BF | E9 | 1 | 12 | 0 | 64 | 9 | 47 | 63 | 2E |
| Octal | 277 | 351 | 1 | 22 | 0 | 144 | 11 | 107 | 143 | 56 |
| Binary | 10111111 | 11101001 | 1 | 10010 | 0 | 1100100 | 1001 | 1000111 | 1100011 | 101110 |
Color Harmonies of #BFE901
Complementary color
Monochromatic Colors of #BFE901
Black with #BFE901
Text Example
Text Example
White with #BFE901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE901; }
p { color: rgb(191,233,1); }
H1.HeaderClassName
{
color: #BFE901;
}
.AnyTagClassName
{
color: #BFE901;
}
</style>
background-color css
<style>
a { background-color: #BFE901; }
a { background-color: rgb(191,233,1); }
div.DivClassName
{
background-color: #BFE901;
}
.BgClassName
{
background-color: #BFE901;
}
</style>
border-color css
<style>
span { border-color: #BFE901; }
span { border-color: rgb(191,233,1); }
td.TdClassName
{
border-color: #BFE901;
}
.TagClassName
{
border-color: #BFE901;
}
</style>