Shades of Inch Worm #BFDB10
Tints of Inch Worm #BFDB10
RGB
CMYK
RGB Variations
Color information
#BFDB10 (or 0xBFDB10) is known color: Inch Worm. HEX triplet: BF, DB and 10. RGB value is (191,219,16). Sum of RGB (Red+Green+Blue) = 191+219+16=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDB10 is #4024EF. Grayscale: #BCBCBC. Windows color (decimal): -4203760 or 1104831. OLE color: 1104831.
HSL color Cylindrical-coordinate representation of color #BFDB10: hue angle of 68.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFDB10 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.14 |
| HSL | 68.28º | 0.86% | 0.46% | - |
| HSV(B) | 68.28º | 0.93% | 0.86% | - |
| XYZ | 46.91 | 61.78 | 9.94 | - |
| YUV | 187.49 | 31.22 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 16 | 0.13 | 0 | 0.93 | 0.14 | 68.28 | 0.86 | 0.46 |
| Hex | BF | DB | 10 | D | 0 | 5D | E | 44 | 56 | 2E |
| Octal | 277 | 333 | 20 | 15 | 0 | 135 | 16 | 104 | 126 | 56 |
| Binary | 10111111 | 11011011 | 10000 | 1101 | 0 | 1011101 | 1110 | 1000100 | 1010110 | 101110 |
Color Harmonies of #BFDB10
Complementary color
Monochromatic Colors of #BFDB10
Black with #BFDB10
Text Example
Text Example
White with #BFDB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB10; }
p { color: rgb(191,219,16); }
H1.HeaderClassName
{
color: #BFDB10;
}
.AnyTagClassName
{
color: #BFDB10;
}
</style>
background-color css
<style>
a { background-color: #BFDB10; }
a { background-color: rgb(191,219,16); }
div.DivClassName
{
background-color: #BFDB10;
}
.BgClassName
{
background-color: #BFDB10;
}
</style>
border-color css
<style>
span { border-color: #BFDB10; }
span { border-color: rgb(191,219,16); }
td.TdClassName
{
border-color: #BFDB10;
}
.TagClassName
{
border-color: #BFDB10;
}
</style>