Shades of Inch Worm #BFE50F
Tints of Inch Worm #BFE50F
RGB
CMYK
RGB Variations
Color information
#BFE50F (or 0xBFE50F) is known color: Inch Worm. HEX triplet: BF, E5 and 0F. RGB value is (191,229,15). Sum of RGB (Red+Green+Blue) = 191+229+15=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE50F is #401AF0. Grayscale: #C2C2C2. Windows color (decimal): -4201201 or 1041855. OLE color: 1041855.
HSL color Cylindrical-coordinate representation of color #BFE50F: hue angle of 70.65º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFE50F is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 15 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.10 |
| HSL | 70.65º | 0.88% | 0.48% | - |
| HSV(B) | 70.65º | 0.93% | 0.9% | - |
| XYZ | 49.59 | 67.15 | 10.8 | - |
| YUV | 193.24 | 27.41 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 15 | 0.17 | 0 | 0.93 | 0.10 | 70.65 | 0.88 | 0.48 |
| Hex | BF | E5 | F | 11 | 0 | 5D | A | 47 | 58 | 30 |
| Octal | 277 | 345 | 17 | 21 | 0 | 135 | 12 | 107 | 130 | 60 |
| Binary | 10111111 | 11100101 | 1111 | 10001 | 0 | 1011101 | 1010 | 1000111 | 1011000 | 110000 |
Color Harmonies of #BFE50F
Complementary color
Monochromatic Colors of #BFE50F
Black with #BFE50F
Text Example
Text Example
White with #BFE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE50F; }
p { color: rgb(191,229,15); }
H1.HeaderClassName
{
color: #BFE50F;
}
.AnyTagClassName
{
color: #BFE50F;
}
</style>
background-color css
<style>
a { background-color: #BFE50F; }
a { background-color: rgb(191,229,15); }
div.DivClassName
{
background-color: #BFE50F;
}
.BgClassName
{
background-color: #BFE50F;
}
</style>
border-color css
<style>
span { border-color: #BFE50F; }
span { border-color: rgb(191,229,15); }
td.TdClassName
{
border-color: #BFE50F;
}
.TagClassName
{
border-color: #BFE50F;
}
</style>