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