Shades of Inch Worm #BFE819
Tints of Inch Worm #BFE819
RGB
CMYK
RGB Variations
Color information
#BFE819 (or 0xBFE819) is known color: Inch Worm. HEX triplet: BF, E8 and 19. RGB value is (191,232,25). Sum of RGB (Red+Green+Blue) = 191+232+25=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE819 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE819 is #4017E6. Grayscale: #C4C4C4. Windows color (decimal): -4200423 or 1697983. OLE color: 1697983.
HSL color Cylindrical-coordinate representation of color #BFE819: hue angle of 71.88º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFE819 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 25 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.09 |
| HSL | 71.88º | 0.82% | 0.5% | - |
| HSV(B) | 71.88º | 0.89% | 0.91% | - |
| XYZ | 50.52 | 68.86 | 11.55 | - |
| YUV | 196.14 | 31.42 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 25 | 0.18 | 0 | 0.89 | 0.09 | 71.88 | 0.82 | 0.5 |
| Hex | BF | E8 | 19 | 12 | 0 | 59 | 9 | 48 | 52 | 32 |
| Octal | 277 | 350 | 31 | 22 | 0 | 131 | 11 | 110 | 122 | 62 |
| Binary | 10111111 | 11101000 | 11001 | 10010 | 0 | 1011001 | 1001 | 1001000 | 1010010 | 110010 |
Color Harmonies of #BFE819
Complementary color
Monochromatic Colors of #BFE819
Black with #BFE819
Text Example
Text Example
White with #BFE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE819; }
p { color: rgb(191,232,25); }
H1.HeaderClassName
{
color: #BFE819;
}
.AnyTagClassName
{
color: #BFE819;
}
</style>
background-color css
<style>
a { background-color: #BFE819; }
a { background-color: rgb(191,232,25); }
div.DivClassName
{
background-color: #BFE819;
}
.BgClassName
{
background-color: #BFE819;
}
</style>
border-color css
<style>
span { border-color: #BFE819; }
span { border-color: rgb(191,232,25); }
td.TdClassName
{
border-color: #BFE819;
}
.TagClassName
{
border-color: #BFE819;
}
</style>