Shades of Inch Worm #BFDF17
Tints of Inch Worm #BFDF17
RGB
CMYK
RGB Variations
Color information
#BFDF17 (or 0xBFDF17) is known color: Inch Worm. HEX triplet: BF, DF and 17. RGB value is (191,223,23). Sum of RGB (Red+Green+Blue) = 191+223+23=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFDF17 is #4020E8. Grayscale: #BFBFBF. Windows color (decimal): -4202729 or 1564607. OLE color: 1564607.
HSL color Cylindrical-coordinate representation of color #BFDF17: hue angle of 69.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFDF17 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.13 |
| HSL | 69.6º | 0.81% | 0.48% | - |
| HSV(B) | 69.6º | 0.9% | 0.87% | - |
| XYZ | 48.03 | 63.91 | 10.62 | - |
| YUV | 190.63 | 33.4 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 23 | 0.14 | 0 | 0.90 | 0.13 | 69.6 | 0.81 | 0.48 |
| Hex | BF | DF | 17 | E | 0 | 5A | D | 46 | 51 | 30 |
| Octal | 277 | 337 | 27 | 16 | 0 | 132 | 15 | 106 | 121 | 60 |
| Binary | 10111111 | 11011111 | 10111 | 1110 | 0 | 1011010 | 1101 | 1000110 | 1010001 | 110000 |
Color Harmonies of #BFDF17
Complementary color
Monochromatic Colors of #BFDF17
Black with #BFDF17
Text Example
Text Example
White with #BFDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF17; }
p { color: rgb(191,223,23); }
H1.HeaderClassName
{
color: #BFDF17;
}
.AnyTagClassName
{
color: #BFDF17;
}
</style>
background-color css
<style>
a { background-color: #BFDF17; }
a { background-color: rgb(191,223,23); }
div.DivClassName
{
background-color: #BFDF17;
}
.BgClassName
{
background-color: #BFDF17;
}
</style>
border-color css
<style>
span { border-color: #BFDF17; }
span { border-color: rgb(191,223,23); }
td.TdClassName
{
border-color: #BFDF17;
}
.TagClassName
{
border-color: #BFDF17;
}
</style>