Shades of Inch Worm #BFE50B
Tints of Inch Worm #BFE50B
RGB
CMYK
RGB Variations
Color information
#BFE50B (or 0xBFE50B) is known color: Inch Worm. HEX triplet: BF, E5 and 0B. RGB value is (191,229,11). Sum of RGB (Red+Green+Blue) = 191+229+11=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE50B is #401AF4. Grayscale: #C1C1C1. Windows color (decimal): -4201205 or 779711. OLE color: 779711.
HSL color Cylindrical-coordinate representation of color #BFE50B: hue angle of 70.46º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFE50B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.10 |
| HSL | 70.46º | 0.91% | 0.47% | - |
| HSV(B) | 70.46º | 0.95% | 0.9% | - |
| XYZ | 49.57 | 67.14 | 10.66 | - |
| YUV | 192.79 | 25.41 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 11 | 0.17 | 0 | 0.95 | 0.10 | 70.46 | 0.91 | 0.47 |
| Hex | BF | E5 | B | 11 | 0 | 5F | A | 46 | 5B | 2F |
| Octal | 277 | 345 | 13 | 21 | 0 | 137 | 12 | 106 | 133 | 57 |
| Binary | 10111111 | 11100101 | 1011 | 10001 | 0 | 1011111 | 1010 | 1000110 | 1011011 | 101111 |
Color Harmonies of #BFE50B
Complementary color
Monochromatic Colors of #BFE50B
Black with #BFE50B
Text Example
Text Example
White with #BFE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE50B; }
p { color: rgb(191,229,11); }
H1.HeaderClassName
{
color: #BFE50B;
}
.AnyTagClassName
{
color: #BFE50B;
}
</style>
background-color css
<style>
a { background-color: #BFE50B; }
a { background-color: rgb(191,229,11); }
div.DivClassName
{
background-color: #BFE50B;
}
.BgClassName
{
background-color: #BFE50B;
}
</style>
border-color css
<style>
span { border-color: #BFE50B; }
span { border-color: rgb(191,229,11); }
td.TdClassName
{
border-color: #BFE50B;
}
.TagClassName
{
border-color: #BFE50B;
}
</style>