Shades of Inch Worm #BFE10E
Tints of Inch Worm #BFE10E
RGB
CMYK
RGB Variations
Color information
#BFE10E (or 0xBFE10E) is known color: Inch Worm. HEX triplet: BF, E1 and 0E. RGB value is (191,225,14). Sum of RGB (Red+Green+Blue) = 191+225+14=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE10E is #401EF1. Grayscale: #BFBFBF. Windows color (decimal): -4202226 or 975295. OLE color: 975295.
HSL color Cylindrical-coordinate representation of color #BFE10E: hue angle of 69.67º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFE10E is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 14 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.12 |
| HSL | 69.67º | 0.88% | 0.47% | - |
| HSV(B) | 69.67º | 0.94% | 0.88% | - |
| XYZ | 48.49 | 64.96 | 10.4 | - |
| YUV | 190.78 | 28.24 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 14 | 0.15 | 0 | 0.94 | 0.12 | 69.67 | 0.88 | 0.47 |
| Hex | BF | E1 | E | F | 0 | 5E | C | 46 | 58 | 2F |
| Octal | 277 | 341 | 16 | 17 | 0 | 136 | 14 | 106 | 130 | 57 |
| Binary | 10111111 | 11100001 | 1110 | 1111 | 0 | 1011110 | 1100 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BFE10E
Complementary color
Monochromatic Colors of #BFE10E
Black with #BFE10E
Text Example
Text Example
White with #BFE10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE10E; }
p { color: rgb(191,225,14); }
H1.HeaderClassName
{
color: #BFE10E;
}
.AnyTagClassName
{
color: #BFE10E;
}
</style>
background-color css
<style>
a { background-color: #BFE10E; }
a { background-color: rgb(191,225,14); }
div.DivClassName
{
background-color: #BFE10E;
}
.BgClassName
{
background-color: #BFE10E;
}
</style>
border-color css
<style>
span { border-color: #BFE10E; }
span { border-color: rgb(191,225,14); }
td.TdClassName
{
border-color: #BFE10E;
}
.TagClassName
{
border-color: #BFE10E;
}
</style>