Shades of Inch Worm #BFD800
Tints of Inch Worm #BFD800
RGB
CMYK
RGB Variations
Color information
#BFD800 (or 0xBFD800) is known color: Inch Worm. HEX triplet: BF, D8 and 00. RGB value is (191,216,0). Sum of RGB (Red+Green+Blue) = 191+216+0=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD800 is #4027FF. Grayscale: #B8B8B8. Windows color (decimal): -4204544 or 55487. OLE color: 55487.
HSL color Cylindrical-coordinate representation of color #BFD800: hue angle of 66.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFD800 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.15 |
| HSL | 66.94º | 1% | 0.42% | - |
| HSV(B) | 66.94º | 1% | 0.85% | - |
| XYZ | 46.04 | 60.19 | 9.19 | - |
| YUV | 183.9 | 24.22 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 0 | 0.12 | 0 | 1 | 0.15 | 66.94 | 1 | 0.42 |
| Hex | BF | D8 | 0 | C | 0 | 64 | F | 43 | 64 | 2A |
| Octal | 277 | 330 | 0 | 14 | 0 | 144 | 17 | 103 | 144 | 52 |
| Binary | 10111111 | 11011000 | 0 | 1100 | 0 | 1100100 | 1111 | 1000011 | 1100100 | 101010 |
Color Harmonies of #BFD800
Complementary color
Monochromatic Colors of #BFD800
Black with #BFD800
Text Example
Text Example
White with #BFD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD800; }
p { color: rgb(191,216,0); }
H1.HeaderClassName
{
color: #BFD800;
}
.AnyTagClassName
{
color: #BFD800;
}
</style>
background-color css
<style>
a { background-color: #BFD800; }
a { background-color: rgb(191,216,0); }
div.DivClassName
{
background-color: #BFD800;
}
.BgClassName
{
background-color: #BFD800;
}
</style>
border-color css
<style>
span { border-color: #BFD800; }
span { border-color: rgb(191,216,0); }
td.TdClassName
{
border-color: #BFD800;
}
.TagClassName
{
border-color: #BFD800;
}
</style>