Shades of Inch Worm #BFE11B
Tints of Inch Worm #BFE11B
RGB
CMYK
RGB Variations
Color information
#BFE11B (or 0xBFE11B) is known color: Inch Worm. HEX triplet: BF, E1 and 1B. RGB value is (191,225,27). Sum of RGB (Red+Green+Blue) = 191+225+27=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE11B is #401EE4. Grayscale: #C1C1C1. Windows color (decimal): -4202213 or 1827263. OLE color: 1827263.
HSL color Cylindrical-coordinate representation of color #BFE11B: hue angle of 70.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE11B is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 27 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.12 |
| HSL | 70.3º | 0.79% | 0.49% | - |
| HSV(B) | 70.3º | 0.88% | 0.88% | - |
| XYZ | 48.61 | 65.01 | 11.02 | - |
| YUV | 192.26 | 34.74 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 27 | 0.15 | 0 | 0.88 | 0.12 | 70.3 | 0.79 | 0.49 |
| Hex | BF | E1 | 1B | F | 0 | 58 | C | 46 | 4F | 31 |
| Octal | 277 | 341 | 33 | 17 | 0 | 130 | 14 | 106 | 117 | 61 |
| Binary | 10111111 | 11100001 | 11011 | 1111 | 0 | 1011000 | 1100 | 1000110 | 1001111 | 110001 |
Color Harmonies of #BFE11B
Complementary color
Monochromatic Colors of #BFE11B
Black with #BFE11B
Text Example
Text Example
White with #BFE11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE11B; }
p { color: rgb(191,225,27); }
H1.HeaderClassName
{
color: #BFE11B;
}
.AnyTagClassName
{
color: #BFE11B;
}
</style>
background-color css
<style>
a { background-color: #BFE11B; }
a { background-color: rgb(191,225,27); }
div.DivClassName
{
background-color: #BFE11B;
}
.BgClassName
{
background-color: #BFE11B;
}
</style>
border-color css
<style>
span { border-color: #BFE11B; }
span { border-color: rgb(191,225,27); }
td.TdClassName
{
border-color: #BFE11B;
}
.TagClassName
{
border-color: #BFE11B;
}
</style>