Shades of Inch Worm #BFEE11
Tints of Inch Worm #BFEE11
RGB
CMYK
RGB Variations
Color information
#BFEE11 (or 0xBFEE11) is known color: Inch Worm. HEX triplet: BF, EE and 11. RGB value is (191,238,17). Sum of RGB (Red+Green+Blue) = 191+238+17=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEE11 is #4011EE. Grayscale: #C7C7C7. Windows color (decimal): -4198895 or 1175231. OLE color: 1175231.
HSL color Cylindrical-coordinate representation of color #BFEE11: hue angle of 72.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFEE11 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.07 |
| HSL | 72.76º | 0.87% | 0.5% | - |
| HSV(B) | 72.76º | 0.93% | 0.93% | - |
| XYZ | 52.16 | 72.27 | 11.73 | - |
| YUV | 198.75 | 25.43 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 17 | 0.20 | 0 | 0.93 | 0.07 | 72.76 | 0.87 | 0.5 |
| Hex | BF | EE | 11 | 14 | 0 | 5D | 7 | 49 | 57 | 32 |
| Octal | 277 | 356 | 21 | 24 | 0 | 135 | 7 | 111 | 127 | 62 |
| Binary | 10111111 | 11101110 | 10001 | 10100 | 0 | 1011101 | 111 | 1001001 | 1010111 | 110010 |
Color Harmonies of #BFEE11
Complementary color
Monochromatic Colors of #BFEE11
Black with #BFEE11
Text Example
Text Example
White with #BFEE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE11; }
p { color: rgb(191,238,17); }
H1.HeaderClassName
{
color: #BFEE11;
}
.AnyTagClassName
{
color: #BFEE11;
}
</style>
background-color css
<style>
a { background-color: #BFEE11; }
a { background-color: rgb(191,238,17); }
div.DivClassName
{
background-color: #BFEE11;
}
.BgClassName
{
background-color: #BFEE11;
}
</style>
border-color css
<style>
span { border-color: #BFEE11; }
span { border-color: rgb(191,238,17); }
td.TdClassName
{
border-color: #BFEE11;
}
.TagClassName
{
border-color: #BFEE11;
}
</style>