Shades of Inch Worm #BFEC20
Tints of Inch Worm #BFEC20
RGB
CMYK
RGB Variations
Color information
#BFEC20 (or 0xBFEC20) is known color: Inch Worm. HEX triplet: BF, EC and 20. RGB value is (191,236,32). Sum of RGB (Red+Green+Blue) = 191+236+32=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC20 is #4013DF. Grayscale: #C8C8C8. Windows color (decimal): -4199392 or 2157759. OLE color: 2157759.
HSL color Cylindrical-coordinate representation of color #BFEC20: hue angle of 73.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFEC20 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 32 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.07 |
| HSL | 73.24º | 0.84% | 0.53% | - |
| HSV(B) | 73.24º | 0.86% | 0.93% | - |
| XYZ | 51.74 | 71.17 | 12.38 | - |
| YUV | 199.29 | 33.59 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 32 | 0.19 | 0 | 0.86 | 0.07 | 73.24 | 0.84 | 0.53 |
| Hex | BF | EC | 20 | 13 | 0 | 56 | 7 | 49 | 54 | 35 |
| Octal | 277 | 354 | 40 | 23 | 0 | 126 | 7 | 111 | 124 | 65 |
| Binary | 10111111 | 11101100 | 100000 | 10011 | 0 | 1010110 | 111 | 1001001 | 1010100 | 110101 |
Color Harmonies of #BFEC20
Complementary color
Monochromatic Colors of #BFEC20
Black with #BFEC20
Text Example
Text Example
White with #BFEC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC20; }
p { color: rgb(191,236,32); }
H1.HeaderClassName
{
color: #BFEC20;
}
.AnyTagClassName
{
color: #BFEC20;
}
</style>
background-color css
<style>
a { background-color: #BFEC20; }
a { background-color: rgb(191,236,32); }
div.DivClassName
{
background-color: #BFEC20;
}
.BgClassName
{
background-color: #BFEC20;
}
</style>
border-color css
<style>
span { border-color: #BFEC20; }
span { border-color: rgb(191,236,32); }
td.TdClassName
{
border-color: #BFEC20;
}
.TagClassName
{
border-color: #BFEC20;
}
</style>