Shades of Inch Worm #BFDD13
Tints of Inch Worm #BFDD13
RGB
CMYK
RGB Variations
Color information
#BFDD13 (or 0xBFDD13) is known color: Inch Worm. HEX triplet: BF, DD and 13. RGB value is (191,221,19). Sum of RGB (Red+Green+Blue) = 191+221+19=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD13 is #4022EC. Grayscale: #BDBDBD. Windows color (decimal): -4203245 or 1301951. OLE color: 1301951.
HSL color Cylindrical-coordinate representation of color #BFDD13: hue angle of 68.91º degrees, saturation: 0.84, 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 #BFDD13 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 19 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.13 |
| HSL | 68.91º | 0.84% | 0.47% | - |
| HSV(B) | 68.91º | 0.91% | 0.87% | - |
| XYZ | 47.46 | 62.84 | 10.24 | - |
| YUV | 189 | 32.06 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 19 | 0.14 | 0 | 0.91 | 0.13 | 68.91 | 0.84 | 0.47 |
| Hex | BF | DD | 13 | E | 0 | 5B | D | 45 | 54 | 2F |
| Octal | 277 | 335 | 23 | 16 | 0 | 133 | 15 | 105 | 124 | 57 |
| Binary | 10111111 | 11011101 | 10011 | 1110 | 0 | 1011011 | 1101 | 1000101 | 1010100 | 101111 |
Color Harmonies of #BFDD13
Complementary color
Monochromatic Colors of #BFDD13
Black with #BFDD13
Text Example
Text Example
White with #BFDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD13; }
p { color: rgb(191,221,19); }
H1.HeaderClassName
{
color: #BFDD13;
}
.AnyTagClassName
{
color: #BFDD13;
}
</style>
background-color css
<style>
a { background-color: #BFDD13; }
a { background-color: rgb(191,221,19); }
div.DivClassName
{
background-color: #BFDD13;
}
.BgClassName
{
background-color: #BFDD13;
}
</style>
border-color css
<style>
span { border-color: #BFDD13; }
span { border-color: rgb(191,221,19); }
td.TdClassName
{
border-color: #BFDD13;
}
.TagClassName
{
border-color: #BFDD13;
}
</style>