Shades of Inch Worm #BFF017
Tints of Inch Worm #BFF017
RGB
CMYK
RGB Variations
Color information
#BFF017 (or 0xBFF017) is known color: Inch Worm. HEX triplet: BF, F0 and 17. RGB value is (191,240,23). Sum of RGB (Red+Green+Blue) = 191+240+23=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 23 (9.38% from 255 or 5.07% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF017 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF017 is #400FE8. Grayscale: #C9C9C9. Windows color (decimal): -4198377 or 1568959. OLE color: 1568959.
HSL color Cylindrical-coordinate representation of color #BFF017: hue angle of 73.55º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFF017 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 23 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.06 |
| HSL | 73.55º | 0.88% | 0.52% | - |
| HSV(B) | 73.55º | 0.9% | 0.94% | - |
| XYZ | 52.8 | 73.46 | 12.21 | - |
| YUV | 200.61 | 27.77 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 23 | 0.20 | 0 | 0.90 | 0.06 | 73.55 | 0.88 | 0.52 |
| Hex | BF | F0 | 17 | 14 | 0 | 5A | 6 | 4A | 58 | 34 |
| Octal | 277 | 360 | 27 | 24 | 0 | 132 | 6 | 112 | 130 | 64 |
| Binary | 10111111 | 11110000 | 10111 | 10100 | 0 | 1011010 | 110 | 1001010 | 1011000 | 110100 |
Color Harmonies of #BFF017
Complementary color
Monochromatic Colors of #BFF017
Black with #BFF017
Text Example
Text Example
White with #BFF017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF017; }
p { color: rgb(191,240,23); }
H1.HeaderClassName
{
color: #BFF017;
}
.AnyTagClassName
{
color: #BFF017;
}
</style>
background-color css
<style>
a { background-color: #BFF017; }
a { background-color: rgb(191,240,23); }
div.DivClassName
{
background-color: #BFF017;
}
.BgClassName
{
background-color: #BFF017;
}
</style>
border-color css
<style>
span { border-color: #BFF017; }
span { border-color: rgb(191,240,23); }
td.TdClassName
{
border-color: #BFF017;
}
.TagClassName
{
border-color: #BFF017;
}
</style>