Shades of Inch Worm #BFDA0F
Tints of Inch Worm #BFDA0F
RGB
CMYK
RGB Variations
Color information
#BFDA0F (or 0xBFDA0F) is known color: Inch Worm. HEX triplet: BF, DA and 0F. RGB value is (191,218,15). Sum of RGB (Red+Green+Blue) = 191+218+15=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA0F is #4025F0. Grayscale: #BBBBBB. Windows color (decimal): -4204017 or 1039039. OLE color: 1039039.
HSL color Cylindrical-coordinate representation of color #BFDA0F: hue angle of 67.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFDA0F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.15 |
| HSL | 67.98º | 0.87% | 0.46% | - |
| HSV(B) | 67.98º | 0.93% | 0.85% | - |
| XYZ | 46.64 | 61.25 | 9.82 | - |
| YUV | 186.79 | 31.05 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 15 | 0.12 | 0 | 0.93 | 0.15 | 67.98 | 0.87 | 0.46 |
| Hex | BF | DA | F | C | 0 | 5D | F | 44 | 57 | 2E |
| Octal | 277 | 332 | 17 | 14 | 0 | 135 | 17 | 104 | 127 | 56 |
| Binary | 10111111 | 11011010 | 1111 | 1100 | 0 | 1011101 | 1111 | 1000100 | 1010111 | 101110 |
Color Harmonies of #BFDA0F
Complementary color
Monochromatic Colors of #BFDA0F
Black with #BFDA0F
Text Example
Text Example
White with #BFDA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA0F; }
p { color: rgb(191,218,15); }
H1.HeaderClassName
{
color: #BFDA0F;
}
.AnyTagClassName
{
color: #BFDA0F;
}
</style>
background-color css
<style>
a { background-color: #BFDA0F; }
a { background-color: rgb(191,218,15); }
div.DivClassName
{
background-color: #BFDA0F;
}
.BgClassName
{
background-color: #BFDA0F;
}
</style>
border-color css
<style>
span { border-color: #BFDA0F; }
span { border-color: rgb(191,218,15); }
td.TdClassName
{
border-color: #BFDA0F;
}
.TagClassName
{
border-color: #BFDA0F;
}
</style>