Shades of Inch Worm #BFE10B
Tints of Inch Worm #BFE10B
RGB
CMYK
RGB Variations
Color information
#BFE10B (or 0xBFE10B) is known color: Inch Worm. HEX triplet: BF, E1 and 0B. RGB value is (191,225,11). Sum of RGB (Red+Green+Blue) = 191+225+11=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE10B is #401EF4. Grayscale: #BFBFBF. Windows color (decimal): -4202229 or 778687. OLE color: 778687.
HSL color Cylindrical-coordinate representation of color #BFE10B: hue angle of 69.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFE10B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.12 |
| HSL | 69.53º | 0.91% | 0.46% | - |
| HSV(B) | 69.53º | 0.95% | 0.88% | - |
| XYZ | 48.47 | 64.95 | 10.3 | - |
| YUV | 190.44 | 26.74 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 11 | 0.15 | 0 | 0.95 | 0.12 | 69.53 | 0.91 | 0.46 |
| Hex | BF | E1 | B | F | 0 | 5F | C | 46 | 5B | 2E |
| Octal | 277 | 341 | 13 | 17 | 0 | 137 | 14 | 106 | 133 | 56 |
| Binary | 10111111 | 11100001 | 1011 | 1111 | 0 | 1011111 | 1100 | 1000110 | 1011011 | 101110 |
Color Harmonies of #BFE10B
Complementary color
Monochromatic Colors of #BFE10B
Black with #BFE10B
Text Example
Text Example
White with #BFE10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE10B; }
p { color: rgb(191,225,11); }
H1.HeaderClassName
{
color: #BFE10B;
}
.AnyTagClassName
{
color: #BFE10B;
}
</style>
background-color css
<style>
a { background-color: #BFE10B; }
a { background-color: rgb(191,225,11); }
div.DivClassName
{
background-color: #BFE10B;
}
.BgClassName
{
background-color: #BFE10B;
}
</style>
border-color css
<style>
span { border-color: #BFE10B; }
span { border-color: rgb(191,225,11); }
td.TdClassName
{
border-color: #BFE10B;
}
.TagClassName
{
border-color: #BFE10B;
}
</style>