Shades of Inch Worm #BFEB16
Tints of Inch Worm #BFEB16
RGB
CMYK
RGB Variations
Color information
#BFEB16 (or 0xBFEB16) is known color: Inch Worm. HEX triplet: BF, EB and 16. RGB value is (191,235,22). Sum of RGB (Red+Green+Blue) = 191+235+22=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB16 is #4014E9. Grayscale: #C6C6C6. Windows color (decimal): -4199658 or 1502143. OLE color: 1502143.
HSL color Cylindrical-coordinate representation of color #BFEB16: hue angle of 72.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFEB16 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 22 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.08 |
| HSL | 72.39º | 0.84% | 0.5% | - |
| HSV(B) | 72.39º | 0.91% | 0.92% | - |
| XYZ | 51.34 | 70.55 | 11.67 | - |
| YUV | 197.56 | 28.92 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 22 | 0.19 | 0 | 0.91 | 0.08 | 72.39 | 0.84 | 0.5 |
| Hex | BF | EB | 16 | 13 | 0 | 5B | 8 | 48 | 54 | 32 |
| Octal | 277 | 353 | 26 | 23 | 0 | 133 | 10 | 110 | 124 | 62 |
| Binary | 10111111 | 11101011 | 10110 | 10011 | 0 | 1011011 | 1000 | 1001000 | 1010100 | 110010 |
Color Harmonies of #BFEB16
Complementary color
Monochromatic Colors of #BFEB16
Black with #BFEB16
Text Example
Text Example
White with #BFEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB16; }
p { color: rgb(191,235,22); }
H1.HeaderClassName
{
color: #BFEB16;
}
.AnyTagClassName
{
color: #BFEB16;
}
</style>
background-color css
<style>
a { background-color: #BFEB16; }
a { background-color: rgb(191,235,22); }
div.DivClassName
{
background-color: #BFEB16;
}
.BgClassName
{
background-color: #BFEB16;
}
</style>
border-color css
<style>
span { border-color: #BFEB16; }
span { border-color: rgb(191,235,22); }
td.TdClassName
{
border-color: #BFEB16;
}
.TagClassName
{
border-color: #BFEB16;
}
</style>