Shades of Inch Worm #BFE816
Tints of Inch Worm #BFE816
RGB
CMYK
RGB Variations
Color information
#BFE816 (or 0xBFE816) is known color: Inch Worm. HEX triplet: BF, E8 and 16. RGB value is (191,232,22). Sum of RGB (Red+Green+Blue) = 191+232+22=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE816 is #4017E9. Grayscale: #C4C4C4. Windows color (decimal): -4200426 or 1501375. OLE color: 1501375.
HSL color Cylindrical-coordinate representation of color #BFE816: hue angle of 71.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFE816 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 22 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.09 |
| HSL | 71.71º | 0.83% | 0.5% | - |
| HSV(B) | 71.71º | 0.91% | 0.91% | - |
| XYZ | 50.49 | 68.85 | 11.39 | - |
| YUV | 195.8 | 29.92 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 22 | 0.18 | 0 | 0.91 | 0.09 | 71.71 | 0.83 | 0.5 |
| Hex | BF | E8 | 16 | 12 | 0 | 5B | 9 | 48 | 53 | 32 |
| Octal | 277 | 350 | 26 | 22 | 0 | 133 | 11 | 110 | 123 | 62 |
| Binary | 10111111 | 11101000 | 10110 | 10010 | 0 | 1011011 | 1001 | 1001000 | 1010011 | 110010 |
Color Harmonies of #BFE816
Complementary color
Monochromatic Colors of #BFE816
Black with #BFE816
Text Example
Text Example
White with #BFE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE816; }
p { color: rgb(191,232,22); }
H1.HeaderClassName
{
color: #BFE816;
}
.AnyTagClassName
{
color: #BFE816;
}
</style>
background-color css
<style>
a { background-color: #BFE816; }
a { background-color: rgb(191,232,22); }
div.DivClassName
{
background-color: #BFE816;
}
.BgClassName
{
background-color: #BFE816;
}
</style>
border-color css
<style>
span { border-color: #BFE816; }
span { border-color: rgb(191,232,22); }
td.TdClassName
{
border-color: #BFE816;
}
.TagClassName
{
border-color: #BFE816;
}
</style>