Shades of Inch Worm #BFDC00
Tints of Inch Worm #BFDC00
RGB
CMYK
RGB Variations
Color information
#BFDC00 (or 0xBFDC00) is known color: Inch Worm. HEX triplet: BF, DC and 00. RGB value is (191,220,0). Sum of RGB (Red+Green+Blue) = 191+220+0=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC00 is #4023FF. Grayscale: #BBBBBB. Windows color (decimal): -4203520 or 56511. OLE color: 56511.
HSL color Cylindrical-coordinate representation of color #BFDC00: hue angle of 67.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFDC00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.14 |
| HSL | 67.91º | 1% | 0.43% | - |
| HSV(B) | 67.91º | 1% | 0.86% | - |
| XYZ | 47.08 | 62.26 | 9.54 | - |
| YUV | 186.25 | 22.89 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 0 | 0.13 | 0 | 1 | 0.14 | 67.91 | 1 | 0.43 |
| Hex | BF | DC | 0 | D | 0 | 64 | E | 44 | 64 | 2B |
| Octal | 277 | 334 | 0 | 15 | 0 | 144 | 16 | 104 | 144 | 53 |
| Binary | 10111111 | 11011100 | 0 | 1101 | 0 | 1100100 | 1110 | 1000100 | 1100100 | 101011 |
Color Harmonies of #BFDC00
Complementary color
Monochromatic Colors of #BFDC00
Black with #BFDC00
Text Example
Text Example
White with #BFDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC00; }
p { color: rgb(191,220,0); }
H1.HeaderClassName
{
color: #BFDC00;
}
.AnyTagClassName
{
color: #BFDC00;
}
</style>
background-color css
<style>
a { background-color: #BFDC00; }
a { background-color: rgb(191,220,0); }
div.DivClassName
{
background-color: #BFDC00;
}
.BgClassName
{
background-color: #BFDC00;
}
</style>
border-color css
<style>
span { border-color: #BFDC00; }
span { border-color: rgb(191,220,0); }
td.TdClassName
{
border-color: #BFDC00;
}
.TagClassName
{
border-color: #BFDC00;
}
</style>