Shades of Inch Worm #BFDF1B
Tints of Inch Worm #BFDF1B
RGB
CMYK
RGB Variations
Color information
#BFDF1B (or 0xBFDF1B) is known color: Inch Worm. HEX triplet: BF, DF and 1B. RGB value is (191,223,27). Sum of RGB (Red+Green+Blue) = 191+223+27=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF1B is #4020E4. Grayscale: #BFBFBF. Windows color (decimal): -4202725 or 1826751. OLE color: 1826751.
HSL color Cylindrical-coordinate representation of color #BFDF1B: hue angle of 69.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFDF1B is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 27 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.13 |
| HSL | 69.8º | 0.78% | 0.49% | - |
| HSV(B) | 69.8º | 0.88% | 0.87% | - |
| XYZ | 48.07 | 63.93 | 10.84 | - |
| YUV | 191.09 | 35.4 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 27 | 0.14 | 0 | 0.88 | 0.13 | 69.8 | 0.78 | 0.49 |
| Hex | BF | DF | 1B | E | 0 | 58 | D | 46 | 4E | 31 |
| Octal | 277 | 337 | 33 | 16 | 0 | 130 | 15 | 106 | 116 | 61 |
| Binary | 10111111 | 11011111 | 11011 | 1110 | 0 | 1011000 | 1101 | 1000110 | 1001110 | 110001 |
Color Harmonies of #BFDF1B
Complementary color
Monochromatic Colors of #BFDF1B
Black with #BFDF1B
Text Example
Text Example
White with #BFDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF1B; }
p { color: rgb(191,223,27); }
H1.HeaderClassName
{
color: #BFDF1B;
}
.AnyTagClassName
{
color: #BFDF1B;
}
</style>
background-color css
<style>
a { background-color: #BFDF1B; }
a { background-color: rgb(191,223,27); }
div.DivClassName
{
background-color: #BFDF1B;
}
.BgClassName
{
background-color: #BFDF1B;
}
</style>
border-color css
<style>
span { border-color: #BFDF1B; }
span { border-color: rgb(191,223,27); }
td.TdClassName
{
border-color: #BFDF1B;
}
.TagClassName
{
border-color: #BFDF1B;
}
</style>