Shades of Inch Worm #BFE319
Tints of Inch Worm #BFE319
RGB
CMYK
RGB Variations
Color information
#BFE319 (or 0xBFE319) is known color: Inch Worm. HEX triplet: BF, E3 and 19. RGB value is (191,227,25). Sum of RGB (Red+Green+Blue) = 191+227+25=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE319 is #401CE6. Grayscale: #C1C1C1. Windows color (decimal): -4201703 or 1696703. OLE color: 1696703.
HSL color Cylindrical-coordinate representation of color #BFE319: hue angle of 70.69º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFE319 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 25 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.11 |
| HSL | 70.69º | 0.8% | 0.49% | - |
| HSV(B) | 70.69º | 0.89% | 0.89% | - |
| XYZ | 49.13 | 66.08 | 11.09 | - |
| YUV | 193.21 | 33.07 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 25 | 0.16 | 0 | 0.89 | 0.11 | 70.69 | 0.8 | 0.49 |
| Hex | BF | E3 | 19 | 10 | 0 | 59 | B | 47 | 50 | 31 |
| Octal | 277 | 343 | 31 | 20 | 0 | 131 | 13 | 107 | 120 | 61 |
| Binary | 10111111 | 11100011 | 11001 | 10000 | 0 | 1011001 | 1011 | 1000111 | 1010000 | 110001 |
Color Harmonies of #BFE319
Complementary color
Monochromatic Colors of #BFE319
Black with #BFE319
Text Example
Text Example
White with #BFE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE319; }
p { color: rgb(191,227,25); }
H1.HeaderClassName
{
color: #BFE319;
}
.AnyTagClassName
{
color: #BFE319;
}
</style>
background-color css
<style>
a { background-color: #BFE319; }
a { background-color: rgb(191,227,25); }
div.DivClassName
{
background-color: #BFE319;
}
.BgClassName
{
background-color: #BFE319;
}
</style>
border-color css
<style>
span { border-color: #BFE319; }
span { border-color: rgb(191,227,25); }
td.TdClassName
{
border-color: #BFE319;
}
.TagClassName
{
border-color: #BFE319;
}
</style>