Shades of Inch Worm #BFDD12
Tints of Inch Worm #BFDD12
RGB
CMYK
RGB Variations
Color information
#BFDD12 (or 0xBFDD12) is known color: Inch Worm. HEX triplet: BF, DD and 12. RGB value is (191,221,18). Sum of RGB (Red+Green+Blue) = 191+221+18=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD12 is #4022ED. Grayscale: #BDBDBD. Windows color (decimal): -4203246 or 1236415. OLE color: 1236415.
HSL color Cylindrical-coordinate representation of color #BFDD12: hue angle of 68.87º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFDD12 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 18 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.13 |
| HSL | 68.87º | 0.85% | 0.47% | - |
| HSV(B) | 68.87º | 0.92% | 0.87% | - |
| XYZ | 47.45 | 62.83 | 10.2 | - |
| YUV | 188.89 | 31.56 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 18 | 0.14 | 0 | 0.92 | 0.13 | 68.87 | 0.85 | 0.47 |
| Hex | BF | DD | 12 | E | 0 | 5C | D | 45 | 55 | 2F |
| Octal | 277 | 335 | 22 | 16 | 0 | 134 | 15 | 105 | 125 | 57 |
| Binary | 10111111 | 11011101 | 10010 | 1110 | 0 | 1011100 | 1101 | 1000101 | 1010101 | 101111 |
Color Harmonies of #BFDD12
Complementary color
Monochromatic Colors of #BFDD12
Black with #BFDD12
Text Example
Text Example
White with #BFDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD12; }
p { color: rgb(191,221,18); }
H1.HeaderClassName
{
color: #BFDD12;
}
.AnyTagClassName
{
color: #BFDD12;
}
</style>
background-color css
<style>
a { background-color: #BFDD12; }
a { background-color: rgb(191,221,18); }
div.DivClassName
{
background-color: #BFDD12;
}
.BgClassName
{
background-color: #BFDD12;
}
</style>
border-color css
<style>
span { border-color: #BFDD12; }
span { border-color: rgb(191,221,18); }
td.TdClassName
{
border-color: #BFDD12;
}
.TagClassName
{
border-color: #BFDD12;
}
</style>