Shades of Inch Worm #BFDD14
Tints of Inch Worm #BFDD14
RGB
CMYK
RGB Variations
Color information
#BFDD14 (or 0xBFDD14) is known color: Inch Worm. HEX triplet: BF, DD and 14. RGB value is (191,221,20). Sum of RGB (Red+Green+Blue) = 191+221+20=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD14 is #4022EB. Grayscale: #BDBDBD. Windows color (decimal): -4203244 or 1367487. OLE color: 1367487.
HSL color Cylindrical-coordinate representation of color #BFDD14: hue angle of 68.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFDD14 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 20 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.13 |
| HSL | 68.96º | 0.83% | 0.47% | - |
| HSV(B) | 68.96º | 0.91% | 0.87% | - |
| XYZ | 47.47 | 62.84 | 10.29 | - |
| YUV | 189.12 | 32.56 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 20 | 0.14 | 0 | 0.91 | 0.13 | 68.96 | 0.83 | 0.47 |
| Hex | BF | DD | 14 | E | 0 | 5B | D | 45 | 53 | 2F |
| Octal | 277 | 335 | 24 | 16 | 0 | 133 | 15 | 105 | 123 | 57 |
| Binary | 10111111 | 11011101 | 10100 | 1110 | 0 | 1011011 | 1101 | 1000101 | 1010011 | 101111 |
Color Harmonies of #BFDD14
Complementary color
Monochromatic Colors of #BFDD14
Black with #BFDD14
Text Example
Text Example
White with #BFDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD14; }
p { color: rgb(191,221,20); }
H1.HeaderClassName
{
color: #BFDD14;
}
.AnyTagClassName
{
color: #BFDD14;
}
</style>
background-color css
<style>
a { background-color: #BFDD14; }
a { background-color: rgb(191,221,20); }
div.DivClassName
{
background-color: #BFDD14;
}
.BgClassName
{
background-color: #BFDD14;
}
</style>
border-color css
<style>
span { border-color: #BFDD14; }
span { border-color: rgb(191,221,20); }
td.TdClassName
{
border-color: #BFDD14;
}
.TagClassName
{
border-color: #BFDD14;
}
</style>