Shades of Inch Worm #BFE71B
Tints of Inch Worm #BFE71B
RGB
CMYK
RGB Variations
Color information
#BFE71B (or 0xBFE71B) is known color: Inch Worm. HEX triplet: BF, E7 and 1B. RGB value is (191,231,27). Sum of RGB (Red+Green+Blue) = 191+231+27=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE71B is #4018E4. Grayscale: #C4C4C4. Windows color (decimal): -4200677 or 1828799. OLE color: 1828799.
HSL color Cylindrical-coordinate representation of color #BFE71B: hue angle of 71.76º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE71B is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 27 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.09 |
| HSL | 71.76º | 0.81% | 0.51% | - |
| HSV(B) | 71.76º | 0.88% | 0.91% | - |
| XYZ | 50.26 | 68.31 | 11.57 | - |
| YUV | 195.78 | 32.75 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 27 | 0.17 | 0 | 0.88 | 0.09 | 71.76 | 0.81 | 0.51 |
| Hex | BF | E7 | 1B | 11 | 0 | 58 | 9 | 48 | 51 | 33 |
| Octal | 277 | 347 | 33 | 21 | 0 | 130 | 11 | 110 | 121 | 63 |
| Binary | 10111111 | 11100111 | 11011 | 10001 | 0 | 1011000 | 1001 | 1001000 | 1010001 | 110011 |
Color Harmonies of #BFE71B
Complementary color
Monochromatic Colors of #BFE71B
Black with #BFE71B
Text Example
Text Example
White with #BFE71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE71B; }
p { color: rgb(191,231,27); }
H1.HeaderClassName
{
color: #BFE71B;
}
.AnyTagClassName
{
color: #BFE71B;
}
</style>
background-color css
<style>
a { background-color: #BFE71B; }
a { background-color: rgb(191,231,27); }
div.DivClassName
{
background-color: #BFE71B;
}
.BgClassName
{
background-color: #BFE71B;
}
</style>
border-color css
<style>
span { border-color: #BFE71B; }
span { border-color: rgb(191,231,27); }
td.TdClassName
{
border-color: #BFE71B;
}
.TagClassName
{
border-color: #BFE71B;
}
</style>