Shades of Inch Worm #BFE401
Tints of Inch Worm #BFE401
RGB
CMYK
RGB Variations
Color information
#BFE401 (or 0xBFE401) is known color: Inch Worm. HEX triplet: BF, E4 and 01. RGB value is (191,228,1). Sum of RGB (Red+Green+Blue) = 191+228+1=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE401 is #401BFE. Grayscale: #BFBFBF. Windows color (decimal): -4201471 or 124095. OLE color: 124095.
HSL color Cylindrical-coordinate representation of color #BFE401: hue angle of 69.78º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFE401 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.11 |
| HSL | 69.78º | 0.99% | 0.45% | - |
| HSV(B) | 69.78º | 1% | 0.89% | - |
| XYZ | 49.23 | 66.57 | 10.28 | - |
| YUV | 191.06 | 20.74 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 1 | 0.16 | 0 | 1.00 | 0.11 | 69.78 | 0.99 | 0.45 |
| Hex | BF | E4 | 1 | 10 | 0 | 64 | B | 46 | 63 | 2D |
| Octal | 277 | 344 | 1 | 20 | 0 | 144 | 13 | 106 | 143 | 55 |
| Binary | 10111111 | 11100100 | 1 | 10000 | 0 | 1100100 | 1011 | 1000110 | 1100011 | 101101 |
Color Harmonies of #BFE401
Complementary color
Monochromatic Colors of #BFE401
Black with #BFE401
Text Example
Text Example
White with #BFE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE401; }
p { color: rgb(191,228,1); }
H1.HeaderClassName
{
color: #BFE401;
}
.AnyTagClassName
{
color: #BFE401;
}
</style>
background-color css
<style>
a { background-color: #BFE401; }
a { background-color: rgb(191,228,1); }
div.DivClassName
{
background-color: #BFE401;
}
.BgClassName
{
background-color: #BFE401;
}
</style>
border-color css
<style>
span { border-color: #BFE401; }
span { border-color: rgb(191,228,1); }
td.TdClassName
{
border-color: #BFE401;
}
.TagClassName
{
border-color: #BFE401;
}
</style>