Shades of Inch Worm #BFDF1D
Tints of Inch Worm #BFDF1D
RGB
CMYK
RGB Variations
Color information
#BFDF1D (or 0xBFDF1D) is known color: Inch Worm. HEX triplet: BF, DF and 1D. RGB value is (191,223,29). Sum of RGB (Red+Green+Blue) = 191+223+29=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF1D is #4020E2. Grayscale: #C0C0C0. Windows color (decimal): -4202723 or 1957823. OLE color: 1957823.
HSL color Cylindrical-coordinate representation of color #BFDF1D: hue angle of 69.9º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFDF1D is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 29 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.13 |
| HSL | 69.9º | 0.77% | 0.49% | - |
| HSV(B) | 69.9º | 0.87% | 0.87% | - |
| XYZ | 48.1 | 63.94 | 10.97 | - |
| YUV | 191.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 29 | 0.14 | 0 | 0.87 | 0.13 | 69.9 | 0.77 | 0.49 |
| Hex | BF | DF | 1D | E | 0 | 57 | D | 46 | 4D | 31 |
| Octal | 277 | 337 | 35 | 16 | 0 | 127 | 15 | 106 | 115 | 61 |
| Binary | 10111111 | 11011111 | 11101 | 1110 | 0 | 1010111 | 1101 | 1000110 | 1001101 | 110001 |
Color Harmonies of #BFDF1D
Complementary color
Monochromatic Colors of #BFDF1D
Black with #BFDF1D
Text Example
Text Example
White with #BFDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF1D; }
p { color: rgb(191,223,29); }
H1.HeaderClassName
{
color: #BFDF1D;
}
.AnyTagClassName
{
color: #BFDF1D;
}
</style>
background-color css
<style>
a { background-color: #BFDF1D; }
a { background-color: rgb(191,223,29); }
div.DivClassName
{
background-color: #BFDF1D;
}
.BgClassName
{
background-color: #BFDF1D;
}
</style>
border-color css
<style>
span { border-color: #BFDF1D; }
span { border-color: rgb(191,223,29); }
td.TdClassName
{
border-color: #BFDF1D;
}
.TagClassName
{
border-color: #BFDF1D;
}
</style>