Shades of Inch Worm #BFE013
Tints of Inch Worm #BFE013
RGB
CMYK
RGB Variations
Color information
#BFE013 (or 0xBFE013) is known color: Inch Worm. HEX triplet: BF, E0 and 13. RGB value is (191,224,19). Sum of RGB (Red+Green+Blue) = 191+224+19=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE013 is #401FEC. Grayscale: #BFBFBF. Windows color (decimal): -4202477 or 1302719. OLE color: 1302719.
HSL color Cylindrical-coordinate representation of color #BFE013: hue angle of 69.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFE013 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 19 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.12 |
| HSL | 69.66º | 0.84% | 0.48% | - |
| HSV(B) | 69.66º | 0.92% | 0.88% | - |
| XYZ | 48.26 | 64.43 | 10.51 | - |
| YUV | 190.76 | 31.07 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 19 | 0.15 | 0 | 0.92 | 0.12 | 69.66 | 0.84 | 0.48 |
| Hex | BF | E0 | 13 | F | 0 | 5C | C | 46 | 54 | 30 |
| Octal | 277 | 340 | 23 | 17 | 0 | 134 | 14 | 106 | 124 | 60 |
| Binary | 10111111 | 11100000 | 10011 | 1111 | 0 | 1011100 | 1100 | 1000110 | 1010100 | 110000 |
Color Harmonies of #BFE013
Complementary color
Monochromatic Colors of #BFE013
Black with #BFE013
Text Example
Text Example
White with #BFE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE013; }
p { color: rgb(191,224,19); }
H1.HeaderClassName
{
color: #BFE013;
}
.AnyTagClassName
{
color: #BFE013;
}
</style>
background-color css
<style>
a { background-color: #BFE013; }
a { background-color: rgb(191,224,19); }
div.DivClassName
{
background-color: #BFE013;
}
.BgClassName
{
background-color: #BFE013;
}
</style>
border-color css
<style>
span { border-color: #BFE013; }
span { border-color: rgb(191,224,19); }
td.TdClassName
{
border-color: #BFE013;
}
.TagClassName
{
border-color: #BFE013;
}
</style>