Shades of Inch Worm #BFDC14
Tints of Inch Worm #BFDC14
RGB
CMYK
RGB Variations
Color information
#BFDC14 (or 0xBFDC14) is known color: Inch Worm. HEX triplet: BF, DC and 14. RGB value is (191,220,20). Sum of RGB (Red+Green+Blue) = 191+220+20=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC14 is #4023EB. Grayscale: #BDBDBD. Windows color (decimal): -4203500 or 1367231. OLE color: 1367231.
HSL color Cylindrical-coordinate representation of color #BFDC14: hue angle of 68.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFDC14 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 20 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.14 |
| HSL | 68.7º | 0.83% | 0.47% | - |
| HSV(B) | 68.7º | 0.91% | 0.86% | - |
| XYZ | 47.21 | 62.31 | 10.2 | - |
| YUV | 188.53 | 32.89 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 20 | 0.13 | 0 | 0.91 | 0.14 | 68.7 | 0.83 | 0.47 |
| Hex | BF | DC | 14 | D | 0 | 5B | E | 45 | 53 | 2F |
| Octal | 277 | 334 | 24 | 15 | 0 | 133 | 16 | 105 | 123 | 57 |
| Binary | 10111111 | 11011100 | 10100 | 1101 | 0 | 1011011 | 1110 | 1000101 | 1010011 | 101111 |
Color Harmonies of #BFDC14
Complementary color
Monochromatic Colors of #BFDC14
Black with #BFDC14
Text Example
Text Example
White with #BFDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC14; }
p { color: rgb(191,220,20); }
H1.HeaderClassName
{
color: #BFDC14;
}
.AnyTagClassName
{
color: #BFDC14;
}
</style>
background-color css
<style>
a { background-color: #BFDC14; }
a { background-color: rgb(191,220,20); }
div.DivClassName
{
background-color: #BFDC14;
}
.BgClassName
{
background-color: #BFDC14;
}
</style>
border-color css
<style>
span { border-color: #BFDC14; }
span { border-color: rgb(191,220,20); }
td.TdClassName
{
border-color: #BFDC14;
}
.TagClassName
{
border-color: #BFDC14;
}
</style>