Shades of Inch Worm #BFE00B
Tints of Inch Worm #BFE00B
RGB
CMYK
RGB Variations
Color information
#BFE00B (or 0xBFE00B) is known color: Inch Worm. HEX triplet: BF, E0 and 0B. RGB value is (191,224,11). Sum of RGB (Red+Green+Blue) = 191+224+11=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE00B is #401FF4. Grayscale: #BEBEBE. Windows color (decimal): -4202485 or 778431. OLE color: 778431.
HSL color Cylindrical-coordinate representation of color #BFE00B: hue angle of 69.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFE00B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.12 |
| HSL | 69.3º | 0.91% | 0.46% | - |
| HSV(B) | 69.3º | 0.95% | 0.88% | - |
| XYZ | 48.2 | 64.41 | 10.21 | - |
| YUV | 189.85 | 27.07 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 11 | 0.15 | 0 | 0.95 | 0.12 | 69.3 | 0.91 | 0.46 |
| Hex | BF | E0 | B | F | 0 | 5F | C | 45 | 5B | 2E |
| Octal | 277 | 340 | 13 | 17 | 0 | 137 | 14 | 105 | 133 | 56 |
| Binary | 10111111 | 11100000 | 1011 | 1111 | 0 | 1011111 | 1100 | 1000101 | 1011011 | 101110 |
Color Harmonies of #BFE00B
Complementary color
Monochromatic Colors of #BFE00B
Black with #BFE00B
Text Example
Text Example
White with #BFE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE00B; }
p { color: rgb(191,224,11); }
H1.HeaderClassName
{
color: #BFE00B;
}
.AnyTagClassName
{
color: #BFE00B;
}
</style>
background-color css
<style>
a { background-color: #BFE00B; }
a { background-color: rgb(191,224,11); }
div.DivClassName
{
background-color: #BFE00B;
}
.BgClassName
{
background-color: #BFE00B;
}
</style>
border-color css
<style>
span { border-color: #BFE00B; }
span { border-color: rgb(191,224,11); }
td.TdClassName
{
border-color: #BFE00B;
}
.TagClassName
{
border-color: #BFE00B;
}
</style>