Shades of Inch Worm #BFDD19
Tints of Inch Worm #BFDD19
RGB
CMYK
RGB Variations
Color information
#BFDD19 (or 0xBFDD19) is known color: Inch Worm. HEX triplet: BF, DD and 19. RGB value is (191,221,25). Sum of RGB (Red+Green+Blue) = 191+221+25=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD19 is #4022E6. Grayscale: #BEBEBE. Windows color (decimal): -4203239 or 1695167. OLE color: 1695167.
HSL color Cylindrical-coordinate representation of color #BFDD19: hue angle of 69.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFDD19 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 25 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.13 |
| HSL | 69.18º | 0.8% | 0.48% | - |
| HSV(B) | 69.18º | 0.89% | 0.87% | - |
| XYZ | 47.52 | 62.86 | 10.55 | - |
| YUV | 189.69 | 35.06 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 25 | 0.14 | 0 | 0.89 | 0.13 | 69.18 | 0.8 | 0.48 |
| Hex | BF | DD | 19 | E | 0 | 59 | D | 45 | 50 | 30 |
| Octal | 277 | 335 | 31 | 16 | 0 | 131 | 15 | 105 | 120 | 60 |
| Binary | 10111111 | 11011101 | 11001 | 1110 | 0 | 1011001 | 1101 | 1000101 | 1010000 | 110000 |
Color Harmonies of #BFDD19
Complementary color
Monochromatic Colors of #BFDD19
Black with #BFDD19
Text Example
Text Example
White with #BFDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD19; }
p { color: rgb(191,221,25); }
H1.HeaderClassName
{
color: #BFDD19;
}
.AnyTagClassName
{
color: #BFDD19;
}
</style>
background-color css
<style>
a { background-color: #BFDD19; }
a { background-color: rgb(191,221,25); }
div.DivClassName
{
background-color: #BFDD19;
}
.BgClassName
{
background-color: #BFDD19;
}
</style>
border-color css
<style>
span { border-color: #BFDD19; }
span { border-color: rgb(191,221,25); }
td.TdClassName
{
border-color: #BFDD19;
}
.TagClassName
{
border-color: #BFDD19;
}
</style>