Shades of Inch Worm #BFD901
Tints of Inch Worm #BFD901
RGB
CMYK
RGB Variations
Color information
#BFD901 (or 0xBFD901) is known color: Inch Worm. HEX triplet: BF, D9 and 01. RGB value is (191,217,1). Sum of RGB (Red+Green+Blue) = 191+217+1=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD901 is #4026FE. Grayscale: #B9B9B9. Windows color (decimal): -4204287 or 121279. OLE color: 121279.
HSL color Cylindrical-coordinate representation of color #BFD901: hue angle of 67.22º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFD901 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.15 |
| HSL | 67.22º | 0.99% | 0.43% | - |
| HSV(B) | 67.22º | 1% | 0.85% | - |
| XYZ | 46.3 | 60.7 | 9.31 | - |
| YUV | 184.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 1 | 0.12 | 0 | 1.00 | 0.15 | 67.22 | 0.99 | 0.43 |
| Hex | BF | D9 | 1 | C | 0 | 64 | F | 43 | 63 | 2B |
| Octal | 277 | 331 | 1 | 14 | 0 | 144 | 17 | 103 | 143 | 53 |
| Binary | 10111111 | 11011001 | 1 | 1100 | 0 | 1100100 | 1111 | 1000011 | 1100011 | 101011 |
Color Harmonies of #BFD901
Complementary color
Monochromatic Colors of #BFD901
Black with #BFD901
Text Example
Text Example
White with #BFD901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD901; }
p { color: rgb(191,217,1); }
H1.HeaderClassName
{
color: #BFD901;
}
.AnyTagClassName
{
color: #BFD901;
}
</style>
background-color css
<style>
a { background-color: #BFD901; }
a { background-color: rgb(191,217,1); }
div.DivClassName
{
background-color: #BFD901;
}
.BgClassName
{
background-color: #BFD901;
}
</style>
border-color css
<style>
span { border-color: #BFD901; }
span { border-color: rgb(191,217,1); }
td.TdClassName
{
border-color: #BFD901;
}
.TagClassName
{
border-color: #BFD901;
}
</style>