Shades of Inch Worm #BFDC15
Tints of Inch Worm #BFDC15
RGB
CMYK
RGB Variations
Color information
#BFDC15 (or 0xBFDC15) is known color: Inch Worm. HEX triplet: BF, DC and 15. RGB value is (191,220,21). Sum of RGB (Red+Green+Blue) = 191+220+21=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDC15 is #4023EA. Grayscale: #BDBDBD. Windows color (decimal): -4203499 or 1432767. OLE color: 1432767.
HSL color Cylindrical-coordinate representation of color #BFDC15: hue angle of 68.74º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFDC15 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 21 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.14 |
| HSL | 68.74º | 0.83% | 0.47% | - |
| HSV(B) | 68.74º | 0.9% | 0.86% | - |
| XYZ | 47.21 | 62.32 | 10.25 | - |
| YUV | 188.64 | 33.39 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 21 | 0.13 | 0 | 0.90 | 0.14 | 68.74 | 0.83 | 0.47 |
| Hex | BF | DC | 15 | D | 0 | 5A | E | 45 | 53 | 2F |
| Octal | 277 | 334 | 25 | 15 | 0 | 132 | 16 | 105 | 123 | 57 |
| Binary | 10111111 | 11011100 | 10101 | 1101 | 0 | 1011010 | 1110 | 1000101 | 1010011 | 101111 |
Color Harmonies of #BFDC15
Complementary color
Monochromatic Colors of #BFDC15
Black with #BFDC15
Text Example
Text Example
White with #BFDC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC15; }
p { color: rgb(191,220,21); }
H1.HeaderClassName
{
color: #BFDC15;
}
.AnyTagClassName
{
color: #BFDC15;
}
</style>
background-color css
<style>
a { background-color: #BFDC15; }
a { background-color: rgb(191,220,21); }
div.DivClassName
{
background-color: #BFDC15;
}
.BgClassName
{
background-color: #BFDC15;
}
</style>
border-color css
<style>
span { border-color: #BFDC15; }
span { border-color: rgb(191,220,21); }
td.TdClassName
{
border-color: #BFDC15;
}
.TagClassName
{
border-color: #BFDC15;
}
</style>