Shades of Inch Worm #BFDC04
Tints of Inch Worm #BFDC04
RGB
CMYK
RGB Variations
Color information
#BFDC04 (or 0xBFDC04) is known color: Inch Worm. HEX triplet: BF, DC and 04. RGB value is (191,220,4). Sum of RGB (Red+Green+Blue) = 191+220+4=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC04 is #4023FB. Grayscale: #BBBBBB. Windows color (decimal): -4203516 or 318655. OLE color: 318655.
HSL color Cylindrical-coordinate representation of color #BFDC04: hue angle of 68.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFDC04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.14 |
| HSL | 68.06º | 0.96% | 0.44% | - |
| HSV(B) | 68.06º | 0.98% | 0.86% | - |
| XYZ | 47.1 | 62.27 | 9.65 | - |
| YUV | 186.71 | 24.89 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 4 | 0.13 | 0 | 0.98 | 0.14 | 68.06 | 0.96 | 0.44 |
| Hex | BF | DC | 4 | D | 0 | 62 | E | 44 | 60 | 2C |
| Octal | 277 | 334 | 4 | 15 | 0 | 142 | 16 | 104 | 140 | 54 |
| Binary | 10111111 | 11011100 | 100 | 1101 | 0 | 1100010 | 1110 | 1000100 | 1100000 | 101100 |
Color Harmonies of #BFDC04
Complementary color
Monochromatic Colors of #BFDC04
Black with #BFDC04
Text Example
Text Example
White with #BFDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC04; }
p { color: rgb(191,220,4); }
H1.HeaderClassName
{
color: #BFDC04;
}
.AnyTagClassName
{
color: #BFDC04;
}
</style>
background-color css
<style>
a { background-color: #BFDC04; }
a { background-color: rgb(191,220,4); }
div.DivClassName
{
background-color: #BFDC04;
}
.BgClassName
{
background-color: #BFDC04;
}
</style>
border-color css
<style>
span { border-color: #BFDC04; }
span { border-color: rgb(191,220,4); }
td.TdClassName
{
border-color: #BFDC04;
}
.TagClassName
{
border-color: #BFDC04;
}
</style>