Shades of Inch Worm #BFE40B
Tints of Inch Worm #BFE40B
RGB
CMYK
RGB Variations
Color information
#BFE40B (or 0xBFE40B) is known color: Inch Worm. HEX triplet: BF, E4 and 0B. RGB value is (191,228,11). Sum of RGB (Red+Green+Blue) = 191+228+11=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE40B is #401BF4. Grayscale: #C1C1C1. Windows color (decimal): -4201461 or 779455. OLE color: 779455.
HSL color Cylindrical-coordinate representation of color #BFE40B: hue angle of 70.23º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFE40B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.11 |
| HSL | 70.23º | 0.91% | 0.47% | - |
| HSV(B) | 70.23º | 0.95% | 0.89% | - |
| XYZ | 49.29 | 66.59 | 10.57 | - |
| YUV | 192.2 | 25.74 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 11 | 0.16 | 0 | 0.95 | 0.11 | 70.23 | 0.91 | 0.47 |
| Hex | BF | E4 | B | 10 | 0 | 5F | B | 46 | 5B | 2F |
| Octal | 277 | 344 | 13 | 20 | 0 | 137 | 13 | 106 | 133 | 57 |
| Binary | 10111111 | 11100100 | 1011 | 10000 | 0 | 1011111 | 1011 | 1000110 | 1011011 | 101111 |
Color Harmonies of #BFE40B
Complementary color
Monochromatic Colors of #BFE40B
Black with #BFE40B
Text Example
Text Example
White with #BFE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE40B; }
p { color: rgb(191,228,11); }
H1.HeaderClassName
{
color: #BFE40B;
}
.AnyTagClassName
{
color: #BFE40B;
}
</style>
background-color css
<style>
a { background-color: #BFE40B; }
a { background-color: rgb(191,228,11); }
div.DivClassName
{
background-color: #BFE40B;
}
.BgClassName
{
background-color: #BFE40B;
}
</style>
border-color css
<style>
span { border-color: #BFE40B; }
span { border-color: rgb(191,228,11); }
td.TdClassName
{
border-color: #BFE40B;
}
.TagClassName
{
border-color: #BFE40B;
}
</style>