Shades of Inch Worm #BFE500
Tints of Inch Worm #BFE500
RGB
CMYK
RGB Variations
Color information
#BFE500 (or 0xBFE500) is known color: Inch Worm. HEX triplet: BF, E5 and 00. RGB value is (191,229,0). Sum of RGB (Red+Green+Blue) = 191+229+0=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 229 (89.84% from 255 or 54.52% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE500 is #401AFF. Grayscale: #C0C0C0. Windows color (decimal): -4201216 or 58815. OLE color: 58815.
HSL color Cylindrical-coordinate representation of color #BFE500: hue angle of 69.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFE500 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.10 |
| HSL | 69.96º | 1% | 0.45% | - |
| HSV(B) | 69.96º | 1% | 0.9% | - |
| XYZ | 49.51 | 67.11 | 10.35 | - |
| YUV | 191.53 | 19.91 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 0 | 0.17 | 0 | 1 | 0.10 | 69.96 | 1 | 0.45 |
| Hex | BF | E5 | 0 | 11 | 0 | 64 | A | 46 | 64 | 2D |
| Octal | 277 | 345 | 0 | 21 | 0 | 144 | 12 | 106 | 144 | 55 |
| Binary | 10111111 | 11100101 | 0 | 10001 | 0 | 1100100 | 1010 | 1000110 | 1100100 | 101101 |
Color Harmonies of #BFE500
Complementary color
Monochromatic Colors of #BFE500
Black with #BFE500
Text Example
Text Example
White with #BFE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE500; }
p { color: rgb(191,229,0); }
H1.HeaderClassName
{
color: #BFE500;
}
.AnyTagClassName
{
color: #BFE500;
}
</style>
background-color css
<style>
a { background-color: #BFE500; }
a { background-color: rgb(191,229,0); }
div.DivClassName
{
background-color: #BFE500;
}
.BgClassName
{
background-color: #BFE500;
}
</style>
border-color css
<style>
span { border-color: #BFE500; }
span { border-color: rgb(191,229,0); }
td.TdClassName
{
border-color: #BFE500;
}
.TagClassName
{
border-color: #BFE500;
}
</style>