Shades of Inch Worm #BFE30F
Tints of Inch Worm #BFE30F
RGB
CMYK
RGB Variations
Color information
#BFE30F (or 0xBFE30F) is known color: Inch Worm. HEX triplet: BF, E3 and 0F. RGB value is (191,227,15). Sum of RGB (Red+Green+Blue) = 191+227+15=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE30F is #401CF0. Grayscale: #C0C0C0. Windows color (decimal): -4201713 or 1041343. OLE color: 1041343.
HSL color Cylindrical-coordinate representation of color #BFE30F: hue angle of 70.19º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFE30F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.11 |
| HSL | 70.19º | 0.88% | 0.47% | - |
| HSV(B) | 70.19º | 0.93% | 0.89% | - |
| XYZ | 49.04 | 66.05 | 10.62 | - |
| YUV | 192.07 | 28.07 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 15 | 0.16 | 0 | 0.93 | 0.11 | 70.19 | 0.88 | 0.47 |
| Hex | BF | E3 | F | 10 | 0 | 5D | B | 46 | 58 | 2F |
| Octal | 277 | 343 | 17 | 20 | 0 | 135 | 13 | 106 | 130 | 57 |
| Binary | 10111111 | 11100011 | 1111 | 10000 | 0 | 1011101 | 1011 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BFE30F
Complementary color
Monochromatic Colors of #BFE30F
Black with #BFE30F
Text Example
Text Example
White with #BFE30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE30F; }
p { color: rgb(191,227,15); }
H1.HeaderClassName
{
color: #BFE30F;
}
.AnyTagClassName
{
color: #BFE30F;
}
</style>
background-color css
<style>
a { background-color: #BFE30F; }
a { background-color: rgb(191,227,15); }
div.DivClassName
{
background-color: #BFE30F;
}
.BgClassName
{
background-color: #BFE30F;
}
</style>
border-color css
<style>
span { border-color: #BFE30F; }
span { border-color: rgb(191,227,15); }
td.TdClassName
{
border-color: #BFE30F;
}
.TagClassName
{
border-color: #BFE30F;
}
</style>