Shades of Inch Worm #BFE40E
Tints of Inch Worm #BFE40E
RGB
CMYK
RGB Variations
Color information
#BFE40E (or 0xBFE40E) is known color: Inch Worm. HEX triplet: BF, E4 and 0E. RGB value is (191,228,14). Sum of RGB (Red+Green+Blue) = 191+228+14=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE40E is #401BF1. Grayscale: #C1C1C1. Windows color (decimal): -4201458 or 976063. OLE color: 976063.
HSL color Cylindrical-coordinate representation of color #BFE40E: hue angle of 70.37º 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 #BFE40E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.11 |
| HSL | 70.37º | 0.88% | 0.47% | - |
| HSV(B) | 70.37º | 0.94% | 0.89% | - |
| XYZ | 49.31 | 66.59 | 10.67 | - |
| YUV | 192.54 | 27.24 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 14 | 0.16 | 0 | 0.94 | 0.11 | 70.37 | 0.88 | 0.47 |
| Hex | BF | E4 | E | 10 | 0 | 5E | B | 46 | 58 | 2F |
| Octal | 277 | 344 | 16 | 20 | 0 | 136 | 13 | 106 | 130 | 57 |
| Binary | 10111111 | 11100100 | 1110 | 10000 | 0 | 1011110 | 1011 | 1000110 | 1011000 | 101111 |
Color Harmonies of #BFE40E
Complementary color
Monochromatic Colors of #BFE40E
Black with #BFE40E
Text Example
Text Example
White with #BFE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE40E; }
p { color: rgb(191,228,14); }
H1.HeaderClassName
{
color: #BFE40E;
}
.AnyTagClassName
{
color: #BFE40E;
}
</style>
background-color css
<style>
a { background-color: #BFE40E; }
a { background-color: rgb(191,228,14); }
div.DivClassName
{
background-color: #BFE40E;
}
.BgClassName
{
background-color: #BFE40E;
}
</style>
border-color css
<style>
span { border-color: #BFE40E; }
span { border-color: rgb(191,228,14); }
td.TdClassName
{
border-color: #BFE40E;
}
.TagClassName
{
border-color: #BFE40E;
}
</style>