Shades of Inch Worm #BFEC0A
Tints of Inch Worm #BFEC0A
RGB
CMYK
RGB Variations
Color information
#BFEC0A (or 0xBFEC0A) is known color: Inch Worm. HEX triplet: BF, EC and 0A. RGB value is (191,236,10). Sum of RGB (Red+Green+Blue) = 191+236+10=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC0A is #4013F5. Grayscale: #C5C5C5. Windows color (decimal): -4199414 or 715967. OLE color: 715967.
HSL color Cylindrical-coordinate representation of color #BFEC0A: hue angle of 71.95º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFEC0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.07 |
| HSL | 71.95º | 0.92% | 0.48% | - |
| HSV(B) | 71.95º | 0.96% | 0.93% | - |
| XYZ | 51.54 | 71.09 | 11.29 | - |
| YUV | 196.78 | 22.59 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 10 | 0.19 | 0 | 0.96 | 0.07 | 71.95 | 0.92 | 0.48 |
| Hex | BF | EC | A | 13 | 0 | 60 | 7 | 48 | 5C | 30 |
| Octal | 277 | 354 | 12 | 23 | 0 | 140 | 7 | 110 | 134 | 60 |
| Binary | 10111111 | 11101100 | 1010 | 10011 | 0 | 1100000 | 111 | 1001000 | 1011100 | 110000 |
Color Harmonies of #BFEC0A
Complementary color
Monochromatic Colors of #BFEC0A
Black with #BFEC0A
Text Example
Text Example
White with #BFEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC0A; }
p { color: rgb(191,236,10); }
H1.HeaderClassName
{
color: #BFEC0A;
}
.AnyTagClassName
{
color: #BFEC0A;
}
</style>
background-color css
<style>
a { background-color: #BFEC0A; }
a { background-color: rgb(191,236,10); }
div.DivClassName
{
background-color: #BFEC0A;
}
.BgClassName
{
background-color: #BFEC0A;
}
</style>
border-color css
<style>
span { border-color: #BFEC0A; }
span { border-color: rgb(191,236,10); }
td.TdClassName
{
border-color: #BFEC0A;
}
.TagClassName
{
border-color: #BFEC0A;
}
</style>