Shades of Inch Worm #BFF117
Tints of Inch Worm #BFF117
RGB
CMYK
RGB Variations
Color information
#BFF117 (or 0xBFF117) is known color: Inch Worm. HEX triplet: BF, F1 and 17. RGB value is (191,241,23). Sum of RGB (Red+Green+Blue) = 191+241+23=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 23 (9.38% from 255 or 5.05% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF117 is #400EE8. Grayscale: #CACACA. Windows color (decimal): -4198121 or 1569215. OLE color: 1569215.
HSL color Cylindrical-coordinate representation of color #BFF117: hue angle of 73.76º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFF117 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 23 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.05 |
| HSL | 73.76º | 0.89% | 0.52% | - |
| HSV(B) | 73.76º | 0.9% | 0.95% | - |
| XYZ | 53.1 | 74.05 | 12.31 | - |
| YUV | 201.2 | 27.44 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 23 | 0.21 | 0 | 0.90 | 0.05 | 73.76 | 0.89 | 0.52 |
| Hex | BF | F1 | 17 | 15 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 277 | 361 | 27 | 25 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 10111111 | 11110001 | 10111 | 10101 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BFF117
Complementary color
Monochromatic Colors of #BFF117
Black with #BFF117
Text Example
Text Example
White with #BFF117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF117; }
p { color: rgb(191,241,23); }
H1.HeaderClassName
{
color: #BFF117;
}
.AnyTagClassName
{
color: #BFF117;
}
</style>
background-color css
<style>
a { background-color: #BFF117; }
a { background-color: rgb(191,241,23); }
div.DivClassName
{
background-color: #BFF117;
}
.BgClassName
{
background-color: #BFF117;
}
</style>
border-color css
<style>
span { border-color: #BFF117; }
span { border-color: rgb(191,241,23); }
td.TdClassName
{
border-color: #BFF117;
}
.TagClassName
{
border-color: #BFF117;
}
</style>