Shades of Inch Worm #BFF00E
Tints of Inch Worm #BFF00E
RGB
CMYK
RGB Variations
Color information
#BFF00E (or 0xBFF00E) is known color: Inch Worm. HEX triplet: BF, F0 and 0E. RGB value is (191,240,14). Sum of RGB (Red+Green+Blue) = 191+240+14=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF00E is #400FF1. Grayscale: #C8C8C8. Windows color (decimal): -4198386 or 979135. OLE color: 979135.
HSL color Cylindrical-coordinate representation of color #BFF00E: hue angle of 73.01º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFF00E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 14 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.06 |
| HSL | 73.01º | 0.89% | 0.5% | - |
| HSV(B) | 73.01º | 0.94% | 0.94% | - |
| XYZ | 52.73 | 73.43 | 11.81 | - |
| YUV | 199.59 | 23.27 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 14 | 0.20 | 0 | 0.94 | 0.06 | 73.01 | 0.89 | 0.5 |
| Hex | BF | F0 | E | 14 | 0 | 5E | 6 | 49 | 59 | 32 |
| Octal | 277 | 360 | 16 | 24 | 0 | 136 | 6 | 111 | 131 | 62 |
| Binary | 10111111 | 11110000 | 1110 | 10100 | 0 | 1011110 | 110 | 1001001 | 1011001 | 110010 |
Color Harmonies of #BFF00E
Complementary color
Monochromatic Colors of #BFF00E
Black with #BFF00E
Text Example
Text Example
White with #BFF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF00E; }
p { color: rgb(191,240,14); }
H1.HeaderClassName
{
color: #BFF00E;
}
.AnyTagClassName
{
color: #BFF00E;
}
</style>
background-color css
<style>
a { background-color: #BFF00E; }
a { background-color: rgb(191,240,14); }
div.DivClassName
{
background-color: #BFF00E;
}
.BgClassName
{
background-color: #BFF00E;
}
</style>
border-color css
<style>
span { border-color: #BFF00E; }
span { border-color: rgb(191,240,14); }
td.TdClassName
{
border-color: #BFF00E;
}
.TagClassName
{
border-color: #BFF00E;
}
</style>