Shades of Inch Worm #BFEE14
Tints of Inch Worm #BFEE14
RGB
CMYK
RGB Variations
Color information
#BFEE14 (or 0xBFEE14) is known color: Inch Worm. HEX triplet: BF, EE and 14. RGB value is (191,238,20). Sum of RGB (Red+Green+Blue) = 191+238+20=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEE14 is #4011EB. Grayscale: #C7C7C7. Windows color (decimal): -4198892 or 1371839. OLE color: 1371839.
HSL color Cylindrical-coordinate representation of color #BFEE14: hue angle of 72.94º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFEE14 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 20 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.07 |
| HSL | 72.94º | 0.87% | 0.51% | - |
| HSV(B) | 72.94º | 0.92% | 0.93% | - |
| XYZ | 52.19 | 72.28 | 11.86 | - |
| YUV | 199.1 | 26.93 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 20 | 0.20 | 0 | 0.92 | 0.07 | 72.94 | 0.87 | 0.51 |
| Hex | BF | EE | 14 | 14 | 0 | 5C | 7 | 49 | 57 | 33 |
| Octal | 277 | 356 | 24 | 24 | 0 | 134 | 7 | 111 | 127 | 63 |
| Binary | 10111111 | 11101110 | 10100 | 10100 | 0 | 1011100 | 111 | 1001001 | 1010111 | 110011 |
Color Harmonies of #BFEE14
Complementary color
Monochromatic Colors of #BFEE14
Black with #BFEE14
Text Example
Text Example
White with #BFEE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE14; }
p { color: rgb(191,238,20); }
H1.HeaderClassName
{
color: #BFEE14;
}
.AnyTagClassName
{
color: #BFEE14;
}
</style>
background-color css
<style>
a { background-color: #BFEE14; }
a { background-color: rgb(191,238,20); }
div.DivClassName
{
background-color: #BFEE14;
}
.BgClassName
{
background-color: #BFEE14;
}
</style>
border-color css
<style>
span { border-color: #BFEE14; }
span { border-color: rgb(191,238,20); }
td.TdClassName
{
border-color: #BFEE14;
}
.TagClassName
{
border-color: #BFEE14;
}
</style>