Shades of Inch Worm #BFDD0C
Tints of Inch Worm #BFDD0C
RGB
CMYK
RGB Variations
Color information
#BFDD0C (or 0xBFDD0C) is known color: Inch Worm. HEX triplet: BF, DD and 0C. RGB value is (191,221,12). Sum of RGB (Red+Green+Blue) = 191+221+12=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDD0C is #4022F3. Grayscale: #BDBDBD. Windows color (decimal): -4203252 or 843199. OLE color: 843199.
HSL color Cylindrical-coordinate representation of color #BFDD0C: hue angle of 68.61º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFDD0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.13 |
| HSL | 68.61º | 0.9% | 0.46% | - |
| HSV(B) | 68.61º | 0.95% | 0.87% | - |
| XYZ | 47.41 | 62.82 | 9.97 | - |
| YUV | 188.2 | 28.56 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 12 | 0.14 | 0 | 0.95 | 0.13 | 68.61 | 0.9 | 0.46 |
| Hex | BF | DD | C | E | 0 | 5F | D | 45 | 5A | 2E |
| Octal | 277 | 335 | 14 | 16 | 0 | 137 | 15 | 105 | 132 | 56 |
| Binary | 10111111 | 11011101 | 1100 | 1110 | 0 | 1011111 | 1101 | 1000101 | 1011010 | 101110 |
Color Harmonies of #BFDD0C
Complementary color
Monochromatic Colors of #BFDD0C
Black with #BFDD0C
Text Example
Text Example
White with #BFDD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD0C; }
p { color: rgb(191,221,12); }
H1.HeaderClassName
{
color: #BFDD0C;
}
.AnyTagClassName
{
color: #BFDD0C;
}
</style>
background-color css
<style>
a { background-color: #BFDD0C; }
a { background-color: rgb(191,221,12); }
div.DivClassName
{
background-color: #BFDD0C;
}
.BgClassName
{
background-color: #BFDD0C;
}
</style>
border-color css
<style>
span { border-color: #BFDD0C; }
span { border-color: rgb(191,221,12); }
td.TdClassName
{
border-color: #BFDD0C;
}
.TagClassName
{
border-color: #BFDD0C;
}
</style>