Shades of Inch Worm #BFF111
Tints of Inch Worm #BFF111
RGB
CMYK
RGB Variations
Color information
#BFF111 (or 0xBFF111) is known color: Inch Worm. HEX triplet: BF, F1 and 11. RGB value is (191,241,17). Sum of RGB (Red+Green+Blue) = 191+241+17=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF111 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF111 is #400EEE. Grayscale: #C9C9C9. Windows color (decimal): -4198127 or 1175999. OLE color: 1175999.
HSL color Cylindrical-coordinate representation of color #BFF111: hue angle of 73.39º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFF111 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 17 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.05 |
| HSL | 73.39º | 0.89% | 0.51% | - |
| HSV(B) | 73.39º | 0.93% | 0.95% | - |
| XYZ | 53.04 | 74.03 | 12.02 | - |
| YUV | 200.51 | 24.44 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 17 | 0.21 | 0 | 0.93 | 0.05 | 73.39 | 0.89 | 0.51 |
| Hex | BF | F1 | 11 | 15 | 0 | 5D | 5 | 49 | 59 | 33 |
| Octal | 277 | 361 | 21 | 25 | 0 | 135 | 5 | 111 | 131 | 63 |
| Binary | 10111111 | 11110001 | 10001 | 10101 | 0 | 1011101 | 101 | 1001001 | 1011001 | 110011 |
Color Harmonies of #BFF111
Complementary color
Monochromatic Colors of #BFF111
Black with #BFF111
Text Example
Text Example
White with #BFF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF111; }
p { color: rgb(191,241,17); }
H1.HeaderClassName
{
color: #BFF111;
}
.AnyTagClassName
{
color: #BFF111;
}
</style>
background-color css
<style>
a { background-color: #BFF111; }
a { background-color: rgb(191,241,17); }
div.DivClassName
{
background-color: #BFF111;
}
.BgClassName
{
background-color: #BFF111;
}
</style>
border-color css
<style>
span { border-color: #BFF111; }
span { border-color: rgb(191,241,17); }
td.TdClassName
{
border-color: #BFF111;
}
.TagClassName
{
border-color: #BFF111;
}
</style>