Shades of Inch Worm #BFE90E
Tints of Inch Worm #BFE90E
RGB
CMYK
RGB Variations
Color information
#BFE90E (or 0xBFE90E) is known color: Inch Worm. HEX triplet: BF, E9 and 0E. RGB value is (191,233,14). Sum of RGB (Red+Green+Blue) = 191+233+14=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE90E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE90E is #4016F1. Grayscale: #C4C4C4. Windows color (decimal): -4200178 or 977343. OLE color: 977343.
HSL color Cylindrical-coordinate representation of color #BFE90E: hue angle of 71.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFE90E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.09 |
| HSL | 71.51º | 0.89% | 0.48% | - |
| HSV(B) | 71.51º | 0.94% | 0.91% | - |
| XYZ | 50.7 | 69.39 | 11.14 | - |
| YUV | 195.48 | 25.59 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 14 | 0.18 | 0 | 0.94 | 0.09 | 71.51 | 0.89 | 0.48 |
| Hex | BF | E9 | E | 12 | 0 | 5E | 9 | 48 | 59 | 30 |
| Octal | 277 | 351 | 16 | 22 | 0 | 136 | 11 | 110 | 131 | 60 |
| Binary | 10111111 | 11101001 | 1110 | 10010 | 0 | 1011110 | 1001 | 1001000 | 1011001 | 110000 |
Color Harmonies of #BFE90E
Complementary color
Monochromatic Colors of #BFE90E
Black with #BFE90E
Text Example
Text Example
White with #BFE90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE90E; }
p { color: rgb(191,233,14); }
H1.HeaderClassName
{
color: #BFE90E;
}
.AnyTagClassName
{
color: #BFE90E;
}
</style>
background-color css
<style>
a { background-color: #BFE90E; }
a { background-color: rgb(191,233,14); }
div.DivClassName
{
background-color: #BFE90E;
}
.BgClassName
{
background-color: #BFE90E;
}
</style>
border-color css
<style>
span { border-color: #BFE90E; }
span { border-color: rgb(191,233,14); }
td.TdClassName
{
border-color: #BFE90E;
}
.TagClassName
{
border-color: #BFE90E;
}
</style>