Shades of Inch Worm #BFE00F
Tints of Inch Worm #BFE00F
RGB
CMYK
RGB Variations
Color information
#BFE00F (or 0xBFE00F) is known color: Inch Worm. HEX triplet: BF, E0 and 0F. RGB value is (191,224,15). Sum of RGB (Red+Green+Blue) = 191+224+15=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE00F is #401FF0. Grayscale: #BFBFBF. Windows color (decimal): -4202481 or 1040575. OLE color: 1040575.
HSL color Cylindrical-coordinate representation of color #BFE00F: hue angle of 69.47º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFE00F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 15 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.12 |
| HSL | 69.47º | 0.87% | 0.47% | - |
| HSV(B) | 69.47º | 0.93% | 0.88% | - |
| XYZ | 48.23 | 64.42 | 10.34 | - |
| YUV | 190.31 | 29.07 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 15 | 0.15 | 0 | 0.93 | 0.12 | 69.47 | 0.87 | 0.47 |
| Hex | BF | E0 | F | F | 0 | 5D | C | 45 | 57 | 2F |
| Octal | 277 | 340 | 17 | 17 | 0 | 135 | 14 | 105 | 127 | 57 |
| Binary | 10111111 | 11100000 | 1111 | 1111 | 0 | 1011101 | 1100 | 1000101 | 1010111 | 101111 |
Color Harmonies of #BFE00F
Complementary color
Monochromatic Colors of #BFE00F
Black with #BFE00F
Text Example
Text Example
White with #BFE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE00F; }
p { color: rgb(191,224,15); }
H1.HeaderClassName
{
color: #BFE00F;
}
.AnyTagClassName
{
color: #BFE00F;
}
</style>
background-color css
<style>
a { background-color: #BFE00F; }
a { background-color: rgb(191,224,15); }
div.DivClassName
{
background-color: #BFE00F;
}
.BgClassName
{
background-color: #BFE00F;
}
</style>
border-color css
<style>
span { border-color: #BFE00F; }
span { border-color: rgb(191,224,15); }
td.TdClassName
{
border-color: #BFE00F;
}
.TagClassName
{
border-color: #BFE00F;
}
</style>