Shades of Inch Worm #BFDA16
Tints of Inch Worm #BFDA16
RGB
CMYK
RGB Variations
Color information
#BFDA16 (or 0xBFDA16) is known color: Inch Worm. HEX triplet: BF, DA and 16. RGB value is (191,218,22). Sum of RGB (Red+Green+Blue) = 191+218+22=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDA16 is #4025E9. Grayscale: #BCBCBC. Windows color (decimal): -4204010 or 1497791. OLE color: 1497791.
HSL color Cylindrical-coordinate representation of color #BFDA16: hue angle of 68.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFDA16 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.15 |
| HSL | 68.27º | 0.82% | 0.47% | - |
| HSV(B) | 68.27º | 0.9% | 0.85% | - |
| XYZ | 46.7 | 61.28 | 10.13 | - |
| YUV | 187.58 | 34.55 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 22 | 0.12 | 0 | 0.90 | 0.15 | 68.27 | 0.82 | 0.47 |
| Hex | BF | DA | 16 | C | 0 | 5A | F | 44 | 52 | 2F |
| Octal | 277 | 332 | 26 | 14 | 0 | 132 | 17 | 104 | 122 | 57 |
| Binary | 10111111 | 11011010 | 10110 | 1100 | 0 | 1011010 | 1111 | 1000100 | 1010010 | 101111 |
Color Harmonies of #BFDA16
Complementary color
Monochromatic Colors of #BFDA16
Black with #BFDA16
Text Example
Text Example
White with #BFDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA16; }
p { color: rgb(191,218,22); }
H1.HeaderClassName
{
color: #BFDA16;
}
.AnyTagClassName
{
color: #BFDA16;
}
</style>
background-color css
<style>
a { background-color: #BFDA16; }
a { background-color: rgb(191,218,22); }
div.DivClassName
{
background-color: #BFDA16;
}
.BgClassName
{
background-color: #BFDA16;
}
</style>
border-color css
<style>
span { border-color: #BFDA16; }
span { border-color: rgb(191,218,22); }
td.TdClassName
{
border-color: #BFDA16;
}
.TagClassName
{
border-color: #BFDA16;
}
</style>