Shades of Inch Worm #BFE41B
Tints of Inch Worm #BFE41B
RGB
CMYK
RGB Variations
Color information
#BFE41B (or 0xBFE41B) is known color: Inch Worm. HEX triplet: BF, E4 and 1B. RGB value is (191,228,27). Sum of RGB (Red+Green+Blue) = 191+228+27=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE41B is #401BE4. Grayscale: #C2C2C2. Windows color (decimal): -4201445 or 1828031. OLE color: 1828031.
HSL color Cylindrical-coordinate representation of color #BFE41B: hue angle of 71.04º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE41B is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 27 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.11 |
| HSL | 71.04º | 0.79% | 0.5% | - |
| HSV(B) | 71.04º | 0.88% | 0.89% | - |
| XYZ | 49.43 | 66.64 | 11.3 | - |
| YUV | 194.02 | 33.74 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 27 | 0.16 | 0 | 0.88 | 0.11 | 71.04 | 0.79 | 0.5 |
| Hex | BF | E4 | 1B | 10 | 0 | 58 | B | 47 | 4F | 32 |
| Octal | 277 | 344 | 33 | 20 | 0 | 130 | 13 | 107 | 117 | 62 |
| Binary | 10111111 | 11100100 | 11011 | 10000 | 0 | 1011000 | 1011 | 1000111 | 1001111 | 110010 |
Color Harmonies of #BFE41B
Complementary color
Monochromatic Colors of #BFE41B
Black with #BFE41B
Text Example
Text Example
White with #BFE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE41B; }
p { color: rgb(191,228,27); }
H1.HeaderClassName
{
color: #BFE41B;
}
.AnyTagClassName
{
color: #BFE41B;
}
</style>
background-color css
<style>
a { background-color: #BFE41B; }
a { background-color: rgb(191,228,27); }
div.DivClassName
{
background-color: #BFE41B;
}
.BgClassName
{
background-color: #BFE41B;
}
</style>
border-color css
<style>
span { border-color: #BFE41B; }
span { border-color: rgb(191,228,27); }
td.TdClassName
{
border-color: #BFE41B;
}
.TagClassName
{
border-color: #BFE41B;
}
</style>