Shades of Inch Worm #BFE20A
Tints of Inch Worm #BFE20A
RGB
CMYK
RGB Variations
Color information
#BFE20A (or 0xBFE20A) is known color: Inch Worm. HEX triplet: BF, E2 and 0A. RGB value is (191,226,10). Sum of RGB (Red+Green+Blue) = 191+226+10=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 226 (88.67% from 255 or 52.93% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE20A is #401DF5. Grayscale: #BFBFBF. Windows color (decimal): -4201974 or 713407. OLE color: 713407.
HSL color Cylindrical-coordinate representation of color #BFE20A: hue angle of 69.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFE20A is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 10 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.11 |
| HSL | 69.72º | 0.92% | 0.46% | - |
| HSV(B) | 69.72º | 0.96% | 0.89% | - |
| XYZ | 48.74 | 65.49 | 10.36 | - |
| YUV | 190.91 | 25.9 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 10 | 0.15 | 0 | 0.96 | 0.11 | 69.72 | 0.92 | 0.46 |
| Hex | BF | E2 | A | F | 0 | 60 | B | 46 | 5C | 2E |
| Octal | 277 | 342 | 12 | 17 | 0 | 140 | 13 | 106 | 134 | 56 |
| Binary | 10111111 | 11100010 | 1010 | 1111 | 0 | 1100000 | 1011 | 1000110 | 1011100 | 101110 |
Color Harmonies of #BFE20A
Complementary color
Monochromatic Colors of #BFE20A
Black with #BFE20A
Text Example
Text Example
White with #BFE20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE20A; }
p { color: rgb(191,226,10); }
H1.HeaderClassName
{
color: #BFE20A;
}
.AnyTagClassName
{
color: #BFE20A;
}
</style>
background-color css
<style>
a { background-color: #BFE20A; }
a { background-color: rgb(191,226,10); }
div.DivClassName
{
background-color: #BFE20A;
}
.BgClassName
{
background-color: #BFE20A;
}
</style>
border-color css
<style>
span { border-color: #BFE20A; }
span { border-color: rgb(191,226,10); }
td.TdClassName
{
border-color: #BFE20A;
}
.TagClassName
{
border-color: #BFE20A;
}
</style>