Shades of Inch Worm #BFDB04
Tints of Inch Worm #BFDB04
RGB
CMYK
RGB Variations
Color information
#BFDB04 (or 0xBFDB04) is known color: Inch Worm. HEX triplet: BF, DB and 04. RGB value is (191,219,4). Sum of RGB (Red+Green+Blue) = 191+219+4=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDB04 is #4024FB. Grayscale: #BABABA. Windows color (decimal): -4203772 or 318399. OLE color: 318399.
HSL color Cylindrical-coordinate representation of color #BFDB04: hue angle of 67.81º 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 #BFDB04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.14 |
| HSL | 67.81º | 0.96% | 0.44% | - |
| HSV(B) | 67.81º | 0.98% | 0.86% | - |
| XYZ | 46.84 | 61.75 | 9.56 | - |
| YUV | 186.12 | 25.22 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 4 | 0.13 | 0 | 0.98 | 0.14 | 67.81 | 0.96 | 0.44 |
| Hex | BF | DB | 4 | D | 0 | 62 | E | 44 | 60 | 2C |
| Octal | 277 | 333 | 4 | 15 | 0 | 142 | 16 | 104 | 140 | 54 |
| Binary | 10111111 | 11011011 | 100 | 1101 | 0 | 1100010 | 1110 | 1000100 | 1100000 | 101100 |
Color Harmonies of #BFDB04
Complementary color
Monochromatic Colors of #BFDB04
Black with #BFDB04
Text Example
Text Example
White with #BFDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB04; }
p { color: rgb(191,219,4); }
H1.HeaderClassName
{
color: #BFDB04;
}
.AnyTagClassName
{
color: #BFDB04;
}
</style>
background-color css
<style>
a { background-color: #BFDB04; }
a { background-color: rgb(191,219,4); }
div.DivClassName
{
background-color: #BFDB04;
}
.BgClassName
{
background-color: #BFDB04;
}
</style>
border-color css
<style>
span { border-color: #BFDB04; }
span { border-color: rgb(191,219,4); }
td.TdClassName
{
border-color: #BFDB04;
}
.TagClassName
{
border-color: #BFDB04;
}
</style>