Shades of Inch Worm #BFD803
Tints of Inch Worm #BFD803
RGB
CMYK
RGB Variations
Color information
#BFD803 (or 0xBFD803) is known color: Inch Worm. HEX triplet: BF, D8 and 03. RGB value is (191,216,3). Sum of RGB (Red+Green+Blue) = 191+216+3=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD803 is #4027FC. Grayscale: #B9B9B9. Windows color (decimal): -4204541 or 252095. OLE color: 252095.
HSL color Cylindrical-coordinate representation of color #BFD803: hue angle of 67.04º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFD803 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.15 |
| HSL | 67.04º | 0.97% | 0.43% | - |
| HSV(B) | 67.04º | 0.99% | 0.85% | - |
| XYZ | 46.06 | 60.19 | 9.28 | - |
| YUV | 184.24 | 25.72 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 3 | 0.12 | 0 | 0.99 | 0.15 | 67.04 | 0.97 | 0.43 |
| Hex | BF | D8 | 3 | C | 0 | 63 | F | 43 | 61 | 2B |
| Octal | 277 | 330 | 3 | 14 | 0 | 143 | 17 | 103 | 141 | 53 |
| Binary | 10111111 | 11011000 | 11 | 1100 | 0 | 1100011 | 1111 | 1000011 | 1100001 | 101011 |
Color Harmonies of #BFD803
Complementary color
Monochromatic Colors of #BFD803
Black with #BFD803
Text Example
Text Example
White with #BFD803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD803; }
p { color: rgb(191,216,3); }
H1.HeaderClassName
{
color: #BFD803;
}
.AnyTagClassName
{
color: #BFD803;
}
</style>
background-color css
<style>
a { background-color: #BFD803; }
a { background-color: rgb(191,216,3); }
div.DivClassName
{
background-color: #BFD803;
}
.BgClassName
{
background-color: #BFD803;
}
</style>
border-color css
<style>
span { border-color: #BFD803; }
span { border-color: rgb(191,216,3); }
td.TdClassName
{
border-color: #BFD803;
}
.TagClassName
{
border-color: #BFD803;
}
</style>