Shades of Inch Worm #BFDC11
Tints of Inch Worm #BFDC11
RGB
CMYK
RGB Variations
Color information
#BFDC11 (or 0xBFDC11) is known color: Inch Worm. HEX triplet: BF, DC and 11. RGB value is (191,220,17). Sum of RGB (Red+Green+Blue) = 191+220+17=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC11 is #4023EE. Grayscale: #BCBCBC. Windows color (decimal): -4203503 or 1170623. OLE color: 1170623.
HSL color Cylindrical-coordinate representation of color #BFDC11: hue angle of 68.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFDC11 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.14 |
| HSL | 68.57º | 0.86% | 0.46% | - |
| HSV(B) | 68.57º | 0.92% | 0.86% | - |
| XYZ | 47.18 | 62.3 | 10.07 | - |
| YUV | 188.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 17 | 0.13 | 0 | 0.92 | 0.14 | 68.57 | 0.86 | 0.46 |
| Hex | BF | DC | 11 | D | 0 | 5C | E | 45 | 56 | 2E |
| Octal | 277 | 334 | 21 | 15 | 0 | 134 | 16 | 105 | 126 | 56 |
| Binary | 10111111 | 11011100 | 10001 | 1101 | 0 | 1011100 | 1110 | 1000101 | 1010110 | 101110 |
Color Harmonies of #BFDC11
Complementary color
Monochromatic Colors of #BFDC11
Black with #BFDC11
Text Example
Text Example
White with #BFDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC11; }
p { color: rgb(191,220,17); }
H1.HeaderClassName
{
color: #BFDC11;
}
.AnyTagClassName
{
color: #BFDC11;
}
</style>
background-color css
<style>
a { background-color: #BFDC11; }
a { background-color: rgb(191,220,17); }
div.DivClassName
{
background-color: #BFDC11;
}
.BgClassName
{
background-color: #BFDC11;
}
</style>
border-color css
<style>
span { border-color: #BFDC11; }
span { border-color: rgb(191,220,17); }
td.TdClassName
{
border-color: #BFDC11;
}
.TagClassName
{
border-color: #BFDC11;
}
</style>