Shades of Inch Worm #BFF020
Tints of Inch Worm #BFF020
RGB
CMYK
RGB Variations
Color information
#BFF020 (or 0xBFF020) is known color: Inch Worm. HEX triplet: BF, F0 and 20. RGB value is (191,240,32). Sum of RGB (Red+Green+Blue) = 191+240+32=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF020 is #400FDF. Grayscale: #CACACA. Windows color (decimal): -4198368 or 2158783. OLE color: 2158783.
HSL color Cylindrical-coordinate representation of color #BFF020: hue angle of 74.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFF020 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 32 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.06 |
| HSL | 74.13º | 0.87% | 0.53% | - |
| HSV(B) | 74.13º | 0.87% | 0.94% | - |
| XYZ | 52.91 | 73.5 | 12.77 | - |
| YUV | 201.64 | 32.27 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 32 | 0.20 | 0 | 0.87 | 0.06 | 74.13 | 0.87 | 0.53 |
| Hex | BF | F0 | 20 | 14 | 0 | 57 | 6 | 4A | 57 | 35 |
| Octal | 277 | 360 | 40 | 24 | 0 | 127 | 6 | 112 | 127 | 65 |
| Binary | 10111111 | 11110000 | 100000 | 10100 | 0 | 1010111 | 110 | 1001010 | 1010111 | 110101 |
Color Harmonies of #BFF020
Complementary color
Monochromatic Colors of #BFF020
Black with #BFF020
Text Example
Text Example
White with #BFF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF020; }
p { color: rgb(191,240,32); }
H1.HeaderClassName
{
color: #BFF020;
}
.AnyTagClassName
{
color: #BFF020;
}
</style>
background-color css
<style>
a { background-color: #BFF020; }
a { background-color: rgb(191,240,32); }
div.DivClassName
{
background-color: #BFF020;
}
.BgClassName
{
background-color: #BFF020;
}
</style>
border-color css
<style>
span { border-color: #BFF020; }
span { border-color: rgb(191,240,32); }
td.TdClassName
{
border-color: #BFF020;
}
.TagClassName
{
border-color: #BFF020;
}
</style>