Shades of Inch Worm #BFEE16
Tints of Inch Worm #BFEE16
RGB
CMYK
RGB Variations
Color information
#BFEE16 (or 0xBFEE16) is known color: Inch Worm. HEX triplet: BF, EE and 16. RGB value is (191,238,22). Sum of RGB (Red+Green+Blue) = 191+238+22=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEE16 is #4011E9. Grayscale: #C8C8C8. Windows color (decimal): -4198890 or 1502911. OLE color: 1502911.
HSL color Cylindrical-coordinate representation of color #BFEE16: hue angle of 73.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFEE16 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.07 |
| HSL | 73.06º | 0.86% | 0.51% | - |
| HSV(B) | 73.06º | 0.91% | 0.93% | - |
| XYZ | 52.21 | 72.28 | 11.96 | - |
| YUV | 199.32 | 27.93 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 22 | 0.20 | 0 | 0.91 | 0.07 | 73.06 | 0.86 | 0.51 |
| Hex | BF | EE | 16 | 14 | 0 | 5B | 7 | 49 | 56 | 33 |
| Octal | 277 | 356 | 26 | 24 | 0 | 133 | 7 | 111 | 126 | 63 |
| Binary | 10111111 | 11101110 | 10110 | 10100 | 0 | 1011011 | 111 | 1001001 | 1010110 | 110011 |
Color Harmonies of #BFEE16
Complementary color
Monochromatic Colors of #BFEE16
Black with #BFEE16
Text Example
Text Example
White with #BFEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE16; }
p { color: rgb(191,238,22); }
H1.HeaderClassName
{
color: #BFEE16;
}
.AnyTagClassName
{
color: #BFEE16;
}
</style>
background-color css
<style>
a { background-color: #BFEE16; }
a { background-color: rgb(191,238,22); }
div.DivClassName
{
background-color: #BFEE16;
}
.BgClassName
{
background-color: #BFEE16;
}
</style>
border-color css
<style>
span { border-color: #BFEE16; }
span { border-color: rgb(191,238,22); }
td.TdClassName
{
border-color: #BFEE16;
}
.TagClassName
{
border-color: #BFEE16;
}
</style>