Shades of Inch Worm #BFE30E
Tints of Inch Worm #BFE30E
RGB
CMYK
RGB Variations
Color information
#BFE30E (or 0xBFE30E) is known color: Inch Worm. HEX triplet: BF, E3 and 0E. RGB value is (191,227,14). Sum of RGB (Red+Green+Blue) = 191+227+14=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE30E is #401CF1. Grayscale: #C0C0C0. Windows color (decimal): -4201714 or 975807. OLE color: 975807.
HSL color Cylindrical-coordinate representation of color #BFE30E: hue angle of 70.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFE30E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.11 |
| HSL | 70.14º | 0.88% | 0.47% | - |
| HSV(B) | 70.14º | 0.94% | 0.89% | - |
| XYZ | 49.03 | 66.05 | 10.58 | - |
| YUV | 191.95 | 27.57 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 14 | 0.16 | 0 | 0.94 | 0.11 | 70.14 | 0.88 | 0.47 |
| Hex | BF | E3 | E | 10 | 0 | 5E | B | 46 | 58 | 2F |
| Octal | 277 | 343 | 16 | 20 | 0 | 136 | 13 | 106 | 130 | 57 |
| Binary | 10111111 | 11100011 | 1110 | 10000 | 0 | 1011110 | 1011 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BFE30E
Complementary color
Monochromatic Colors of #BFE30E
Black with #BFE30E
Text Example
Text Example
White with #BFE30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE30E; }
p { color: rgb(191,227,14); }
H1.HeaderClassName
{
color: #BFE30E;
}
.AnyTagClassName
{
color: #BFE30E;
}
</style>
background-color css
<style>
a { background-color: #BFE30E; }
a { background-color: rgb(191,227,14); }
div.DivClassName
{
background-color: #BFE30E;
}
.BgClassName
{
background-color: #BFE30E;
}
</style>
border-color css
<style>
span { border-color: #BFE30E; }
span { border-color: rgb(191,227,14); }
td.TdClassName
{
border-color: #BFE30E;
}
.TagClassName
{
border-color: #BFE30E;
}
</style>