Shades of Inch Worm #BFE20B
Tints of Inch Worm #BFE20B
RGB
CMYK
RGB Variations
Color information
#BFE20B (or 0xBFE20B) is known color: Inch Worm. HEX triplet: BF, E2 and 0B. RGB value is (191,226,11). Sum of RGB (Red+Green+Blue) = 191+226+11=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE20B is #401DF4. Grayscale: #BFBFBF. Windows color (decimal): -4201973 or 778943. OLE color: 778943.
HSL color Cylindrical-coordinate representation of color #BFE20B: hue angle of 69.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFE20B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.11 |
| HSL | 69.77º | 0.91% | 0.46% | - |
| HSV(B) | 69.77º | 0.95% | 0.89% | - |
| XYZ | 48.74 | 65.49 | 10.39 | - |
| YUV | 191.03 | 26.4 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 11 | 0.15 | 0 | 0.95 | 0.11 | 69.77 | 0.91 | 0.46 |
| Hex | BF | E2 | B | F | 0 | 5F | B | 46 | 5B | 2E |
| Octal | 277 | 342 | 13 | 17 | 0 | 137 | 13 | 106 | 133 | 56 |
| Binary | 10111111 | 11100010 | 1011 | 1111 | 0 | 1011111 | 1011 | 1000110 | 1011011 | 101110 |
Color Harmonies of #BFE20B
Complementary color
Monochromatic Colors of #BFE20B
Black with #BFE20B
Text Example
Text Example
White with #BFE20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE20B; }
p { color: rgb(191,226,11); }
H1.HeaderClassName
{
color: #BFE20B;
}
.AnyTagClassName
{
color: #BFE20B;
}
</style>
background-color css
<style>
a { background-color: #BFE20B; }
a { background-color: rgb(191,226,11); }
div.DivClassName
{
background-color: #BFE20B;
}
.BgClassName
{
background-color: #BFE20B;
}
</style>
border-color css
<style>
span { border-color: #BFE20B; }
span { border-color: rgb(191,226,11); }
td.TdClassName
{
border-color: #BFE20B;
}
.TagClassName
{
border-color: #BFE20B;
}
</style>