Shades of Inch Worm #BFDE1C
Tints of Inch Worm #BFDE1C
RGB
CMYK
RGB Variations
Color information
#BFDE1C (or 0xBFDE1C) is known color: Inch Worm. HEX triplet: BF, DE and 1C. RGB value is (191,222,28). Sum of RGB (Red+Green+Blue) = 191+222+28=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE1C is #4021E3. Grayscale: #BFBFBF. Windows color (decimal): -4202980 or 1892031. OLE color: 1892031.
HSL color Cylindrical-coordinate representation of color #BFDE1C: hue angle of 69.59º degrees, saturation: 0.78, 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 #BFDE1C is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 28 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.13 |
| HSL | 69.59º | 0.78% | 0.49% | - |
| HSV(B) | 69.59º | 0.87% | 0.87% | - |
| XYZ | 47.82 | 63.4 | 10.82 | - |
| YUV | 190.62 | 36.23 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 28 | 0.14 | 0 | 0.87 | 0.13 | 69.59 | 0.78 | 0.49 |
| Hex | BF | DE | 1C | E | 0 | 57 | D | 46 | 4E | 31 |
| Octal | 277 | 336 | 34 | 16 | 0 | 127 | 15 | 106 | 116 | 61 |
| Binary | 10111111 | 11011110 | 11100 | 1110 | 0 | 1010111 | 1101 | 1000110 | 1001110 | 110001 |
Color Harmonies of #BFDE1C
Complementary color
Monochromatic Colors of #BFDE1C
Black with #BFDE1C
Text Example
Text Example
White with #BFDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE1C; }
p { color: rgb(191,222,28); }
H1.HeaderClassName
{
color: #BFDE1C;
}
.AnyTagClassName
{
color: #BFDE1C;
}
</style>
background-color css
<style>
a { background-color: #BFDE1C; }
a { background-color: rgb(191,222,28); }
div.DivClassName
{
background-color: #BFDE1C;
}
.BgClassName
{
background-color: #BFDE1C;
}
</style>
border-color css
<style>
span { border-color: #BFDE1C; }
span { border-color: rgb(191,222,28); }
td.TdClassName
{
border-color: #BFDE1C;
}
.TagClassName
{
border-color: #BFDE1C;
}
</style>