Shades of Inch Worm #BFDC07
Tints of Inch Worm #BFDC07
RGB
CMYK
RGB Variations
Color information
#BFDC07 (or 0xBFDC07) is known color: Inch Worm. HEX triplet: BF, DC and 07. RGB value is (191,220,7). Sum of RGB (Red+Green+Blue) = 191+220+7=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC07 is #4023F8. Grayscale: #BBBBBB. Windows color (decimal): -4203513 or 515263. OLE color: 515263.
HSL color Cylindrical-coordinate representation of color #BFDC07: hue angle of 68.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFDC07 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 7 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.14 |
| HSL | 68.17º | 0.94% | 0.45% | - |
| HSV(B) | 68.17º | 0.97% | 0.86% | - |
| XYZ | 47.12 | 62.28 | 9.74 | - |
| YUV | 187.05 | 26.39 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 7 | 0.13 | 0 | 0.97 | 0.14 | 68.17 | 0.94 | 0.45 |
| Hex | BF | DC | 7 | D | 0 | 61 | E | 44 | 5E | 2D |
| Octal | 277 | 334 | 7 | 15 | 0 | 141 | 16 | 104 | 136 | 55 |
| Binary | 10111111 | 11011100 | 111 | 1101 | 0 | 1100001 | 1110 | 1000100 | 1011110 | 101101 |
Color Harmonies of #BFDC07
Complementary color
Monochromatic Colors of #BFDC07
Black with #BFDC07
Text Example
Text Example
White with #BFDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC07; }
p { color: rgb(191,220,7); }
H1.HeaderClassName
{
color: #BFDC07;
}
.AnyTagClassName
{
color: #BFDC07;
}
</style>
background-color css
<style>
a { background-color: #BFDC07; }
a { background-color: rgb(191,220,7); }
div.DivClassName
{
background-color: #BFDC07;
}
.BgClassName
{
background-color: #BFDC07;
}
</style>
border-color css
<style>
span { border-color: #BFDC07; }
span { border-color: rgb(191,220,7); }
td.TdClassName
{
border-color: #BFDC07;
}
.TagClassName
{
border-color: #BFDC07;
}
</style>