Shades of Inch Worm #BFF116
Tints of Inch Worm #BFF116
RGB
CMYK
RGB Variations
Color information
#BFF116 (or 0xBFF116) is known color: Inch Worm. HEX triplet: BF, F1 and 16. RGB value is (191,241,22). Sum of RGB (Red+Green+Blue) = 191+241+22=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF116 is #400EE9. Grayscale: #C9C9C9. Windows color (decimal): -4198122 or 1503679. OLE color: 1503679.
HSL color Cylindrical-coordinate representation of color #BFF116: hue angle of 73.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFF116 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 22 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.05 |
| HSL | 73.7º | 0.89% | 0.52% | - |
| HSV(B) | 73.7º | 0.91% | 0.95% | - |
| XYZ | 53.09 | 74.04 | 12.25 | - |
| YUV | 201.08 | 26.94 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 22 | 0.21 | 0 | 0.91 | 0.05 | 73.7 | 0.89 | 0.52 |
| Hex | BF | F1 | 16 | 15 | 0 | 5B | 5 | 4A | 59 | 34 |
| Octal | 277 | 361 | 26 | 25 | 0 | 133 | 5 | 112 | 131 | 64 |
| Binary | 10111111 | 11110001 | 10110 | 10101 | 0 | 1011011 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BFF116
Complementary color
Monochromatic Colors of #BFF116
Black with #BFF116
Text Example
Text Example
White with #BFF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF116; }
p { color: rgb(191,241,22); }
H1.HeaderClassName
{
color: #BFF116;
}
.AnyTagClassName
{
color: #BFF116;
}
</style>
background-color css
<style>
a { background-color: #BFF116; }
a { background-color: rgb(191,241,22); }
div.DivClassName
{
background-color: #BFF116;
}
.BgClassName
{
background-color: #BFF116;
}
</style>
border-color css
<style>
span { border-color: #BFF116; }
span { border-color: rgb(191,241,22); }
td.TdClassName
{
border-color: #BFF116;
}
.TagClassName
{
border-color: #BFF116;
}
</style>