Shades of Inch Worm #BFE900
Tints of Inch Worm #BFE900
RGB
CMYK
RGB Variations
Color information
#BFE900 (or 0xBFE900) is known color: Inch Worm. HEX triplet: BF, E9 and 00. RGB value is (191,233,0). Sum of RGB (Red+Green+Blue) = 191+233+0=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 233 (91.41% from 255 or 54.95% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE900 is #4016FF. Grayscale: #C2C2C2. Windows color (decimal): -4200192 or 59839. OLE color: 59839.
HSL color Cylindrical-coordinate representation of color #BFE900: hue angle of 70.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFE900 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.09 |
| HSL | 70.82º | 1% | 0.46% | - |
| HSV(B) | 70.82º | 1% | 0.91% | - |
| XYZ | 50.62 | 69.35 | 10.72 | - |
| YUV | 193.88 | 18.59 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 0 | 0.18 | 0 | 1 | 0.09 | 70.82 | 1 | 0.46 |
| Hex | BF | E9 | 0 | 12 | 0 | 64 | 9 | 47 | 64 | 2E |
| Octal | 277 | 351 | 0 | 22 | 0 | 144 | 11 | 107 | 144 | 56 |
| Binary | 10111111 | 11101001 | 0 | 10010 | 0 | 1100100 | 1001 | 1000111 | 1100100 | 101110 |
Color Harmonies of #BFE900
Complementary color
Monochromatic Colors of #BFE900
Black with #BFE900
Text Example
Text Example
White with #BFE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE900; }
p { color: rgb(191,233,0); }
H1.HeaderClassName
{
color: #BFE900;
}
.AnyTagClassName
{
color: #BFE900;
}
</style>
background-color css
<style>
a { background-color: #BFE900; }
a { background-color: rgb(191,233,0); }
div.DivClassName
{
background-color: #BFE900;
}
.BgClassName
{
background-color: #BFE900;
}
</style>
border-color css
<style>
span { border-color: #BFE900; }
span { border-color: rgb(191,233,0); }
td.TdClassName
{
border-color: #BFE900;
}
.TagClassName
{
border-color: #BFE900;
}
</style>