Shades of Inch Worm #BFDF0E
Tints of Inch Worm #BFDF0E
RGB
CMYK
RGB Variations
Color information
#BFDF0E (or 0xBFDF0E) is known color: Inch Worm. HEX triplet: BF, DF and 0E. RGB value is (191,223,14). Sum of RGB (Red+Green+Blue) = 191+223+14=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF0E is #4020F1. Grayscale: #BEBEBE. Windows color (decimal): -4202738 or 974783. OLE color: 974783.
HSL color Cylindrical-coordinate representation of color #BFDF0E: hue angle of 69.19º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFDF0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.13 |
| HSL | 69.19º | 0.88% | 0.46% | - |
| HSV(B) | 69.19º | 0.94% | 0.87% | - |
| XYZ | 47.95 | 63.88 | 10.22 | - |
| YUV | 189.61 | 28.9 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 14 | 0.14 | 0 | 0.94 | 0.13 | 69.19 | 0.88 | 0.46 |
| Hex | BF | DF | E | E | 0 | 5E | D | 45 | 58 | 2E |
| Octal | 277 | 337 | 16 | 16 | 0 | 136 | 15 | 105 | 130 | 56 |
| Binary | 10111111 | 11011111 | 1110 | 1110 | 0 | 1011110 | 1101 | 1000101 | 1011000 | 101110 |
Color Harmonies of #BFDF0E
Complementary color
Monochromatic Colors of #BFDF0E
Black with #BFDF0E
Text Example
Text Example
White with #BFDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF0E; }
p { color: rgb(191,223,14); }
H1.HeaderClassName
{
color: #BFDF0E;
}
.AnyTagClassName
{
color: #BFDF0E;
}
</style>
background-color css
<style>
a { background-color: #BFDF0E; }
a { background-color: rgb(191,223,14); }
div.DivClassName
{
background-color: #BFDF0E;
}
.BgClassName
{
background-color: #BFDF0E;
}
</style>
border-color css
<style>
span { border-color: #BFDF0E; }
span { border-color: rgb(191,223,14); }
td.TdClassName
{
border-color: #BFDF0E;
}
.TagClassName
{
border-color: #BFDF0E;
}
</style>