Shades of Inch Worm #BFDF0F
Tints of Inch Worm #BFDF0F
RGB
CMYK
RGB Variations
Color information
#BFDF0F (or 0xBFDF0F) is known color: Inch Worm. HEX triplet: BF, DF and 0F. RGB value is (191,223,15). Sum of RGB (Red+Green+Blue) = 191+223+15=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF0F is #4020F0. Grayscale: #BEBEBE. Windows color (decimal): -4202737 or 1040319. OLE color: 1040319.
HSL color Cylindrical-coordinate representation of color #BFDF0F: hue angle of 69.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFDF0F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.13 |
| HSL | 69.23º | 0.87% | 0.47% | - |
| HSV(B) | 69.23º | 0.93% | 0.87% | - |
| XYZ | 47.96 | 63.89 | 10.26 | - |
| YUV | 189.72 | 29.4 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 15 | 0.14 | 0 | 0.93 | 0.13 | 69.23 | 0.87 | 0.47 |
| Hex | BF | DF | F | E | 0 | 5D | D | 45 | 57 | 2F |
| Octal | 277 | 337 | 17 | 16 | 0 | 135 | 15 | 105 | 127 | 57 |
| Binary | 10111111 | 11011111 | 1111 | 1110 | 0 | 1011101 | 1101 | 1000101 | 1010111 | 101111 |
Color Harmonies of #BFDF0F
Complementary color
Monochromatic Colors of #BFDF0F
Black with #BFDF0F
Text Example
Text Example
White with #BFDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF0F; }
p { color: rgb(191,223,15); }
H1.HeaderClassName
{
color: #BFDF0F;
}
.AnyTagClassName
{
color: #BFDF0F;
}
</style>
background-color css
<style>
a { background-color: #BFDF0F; }
a { background-color: rgb(191,223,15); }
div.DivClassName
{
background-color: #BFDF0F;
}
.BgClassName
{
background-color: #BFDF0F;
}
</style>
border-color css
<style>
span { border-color: #BFDF0F; }
span { border-color: rgb(191,223,15); }
td.TdClassName
{
border-color: #BFDF0F;
}
.TagClassName
{
border-color: #BFDF0F;
}
</style>