Shades of Inch Worm #BFDA10
Tints of Inch Worm #BFDA10
RGB
CMYK
RGB Variations
Color information
#BFDA10 (or 0xBFDA10) is known color: Inch Worm. HEX triplet: BF, DA and 10. RGB value is (191,218,16). Sum of RGB (Red+Green+Blue) = 191+218+16=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA10 is #4025EF. Grayscale: #BBBBBB. Windows color (decimal): -4204016 or 1104575. OLE color: 1104575.
HSL color Cylindrical-coordinate representation of color #BFDA10: hue angle of 68.02º degrees, saturation: 0.86, 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 #BFDA10 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.15 |
| HSL | 68.02º | 0.86% | 0.46% | - |
| HSV(B) | 68.02º | 0.93% | 0.85% | - |
| XYZ | 46.65 | 61.26 | 9.86 | - |
| YUV | 186.9 | 31.55 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 16 | 0.12 | 0 | 0.93 | 0.15 | 68.02 | 0.86 | 0.46 |
| Hex | BF | DA | 10 | C | 0 | 5D | F | 44 | 56 | 2E |
| Octal | 277 | 332 | 20 | 14 | 0 | 135 | 17 | 104 | 126 | 56 |
| Binary | 10111111 | 11011010 | 10000 | 1100 | 0 | 1011101 | 1111 | 1000100 | 1010110 | 101110 |
Color Harmonies of #BFDA10
Complementary color
Monochromatic Colors of #BFDA10
Black with #BFDA10
Text Example
Text Example
White with #BFDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA10; }
p { color: rgb(191,218,16); }
H1.HeaderClassName
{
color: #BFDA10;
}
.AnyTagClassName
{
color: #BFDA10;
}
</style>
background-color css
<style>
a { background-color: #BFDA10; }
a { background-color: rgb(191,218,16); }
div.DivClassName
{
background-color: #BFDA10;
}
.BgClassName
{
background-color: #BFDA10;
}
</style>
border-color css
<style>
span { border-color: #BFDA10; }
span { border-color: rgb(191,218,16); }
td.TdClassName
{
border-color: #BFDA10;
}
.TagClassName
{
border-color: #BFDA10;
}
</style>