Shades of Inch Worm #BFE80A
Tints of Inch Worm #BFE80A
RGB
CMYK
RGB Variations
Color information
#BFE80A (or 0xBFE80A) is known color: Inch Worm. HEX triplet: BF, E8 and 0A. RGB value is (191,232,10). Sum of RGB (Red+Green+Blue) = 191+232+10=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE80A is #4017F5. Grayscale: #C3C3C3. Windows color (decimal): -4200438 or 714943. OLE color: 714943.
HSL color Cylindrical-coordinate representation of color #BFE80A: hue angle of 71.08º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFE80A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.09 |
| HSL | 71.08º | 0.92% | 0.47% | - |
| HSV(B) | 71.08º | 0.96% | 0.91% | - |
| XYZ | 50.4 | 68.81 | 10.91 | - |
| YUV | 194.43 | 23.92 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 10 | 0.18 | 0 | 0.96 | 0.09 | 71.08 | 0.92 | 0.47 |
| Hex | BF | E8 | A | 12 | 0 | 60 | 9 | 47 | 5C | 2F |
| Octal | 277 | 350 | 12 | 22 | 0 | 140 | 11 | 107 | 134 | 57 |
| Binary | 10111111 | 11101000 | 1010 | 10010 | 0 | 1100000 | 1001 | 1000111 | 1011100 | 101111 |
Color Harmonies of #BFE80A
Complementary color
Monochromatic Colors of #BFE80A
Black with #BFE80A
Text Example
Text Example
White with #BFE80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE80A; }
p { color: rgb(191,232,10); }
H1.HeaderClassName
{
color: #BFE80A;
}
.AnyTagClassName
{
color: #BFE80A;
}
</style>
background-color css
<style>
a { background-color: #BFE80A; }
a { background-color: rgb(191,232,10); }
div.DivClassName
{
background-color: #BFE80A;
}
.BgClassName
{
background-color: #BFE80A;
}
</style>
border-color css
<style>
span { border-color: #BFE80A; }
span { border-color: rgb(191,232,10); }
td.TdClassName
{
border-color: #BFE80A;
}
.TagClassName
{
border-color: #BFE80A;
}
</style>