Shades of Inch Worm #BFDA11
Tints of Inch Worm #BFDA11
RGB
CMYK
RGB Variations
Color information
#BFDA11 (or 0xBFDA11) is known color: Inch Worm. HEX triplet: BF, DA and 11. RGB value is (191,218,17). Sum of RGB (Red+Green+Blue) = 191+218+17=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA11 is #4025EE. Grayscale: #BBBBBB. Windows color (decimal): -4204015 or 1170111. OLE color: 1170111.
HSL color Cylindrical-coordinate representation of color #BFDA11: hue angle of 68.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFDA11 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 17 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.15 |
| HSL | 68.06º | 0.86% | 0.46% | - |
| HSV(B) | 68.06º | 0.92% | 0.85% | - |
| XYZ | 46.66 | 61.26 | 9.9 | - |
| YUV | 187.01 | 32.05 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 17 | 0.12 | 0 | 0.92 | 0.15 | 68.06 | 0.86 | 0.46 |
| Hex | BF | DA | 11 | C | 0 | 5C | F | 44 | 56 | 2E |
| Octal | 277 | 332 | 21 | 14 | 0 | 134 | 17 | 104 | 126 | 56 |
| Binary | 10111111 | 11011010 | 10001 | 1100 | 0 | 1011100 | 1111 | 1000100 | 1010110 | 101110 |
Color Harmonies of #BFDA11
Complementary color
Monochromatic Colors of #BFDA11
Black with #BFDA11
Text Example
Text Example
White with #BFDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA11; }
p { color: rgb(191,218,17); }
H1.HeaderClassName
{
color: #BFDA11;
}
.AnyTagClassName
{
color: #BFDA11;
}
</style>
background-color css
<style>
a { background-color: #BFDA11; }
a { background-color: rgb(191,218,17); }
div.DivClassName
{
background-color: #BFDA11;
}
.BgClassName
{
background-color: #BFDA11;
}
</style>
border-color css
<style>
span { border-color: #BFDA11; }
span { border-color: rgb(191,218,17); }
td.TdClassName
{
border-color: #BFDA11;
}
.TagClassName
{
border-color: #BFDA11;
}
</style>