Shades of Inch Worm #BFEC0B
Tints of Inch Worm #BFEC0B
RGB
CMYK
RGB Variations
Color information
#BFEC0B (or 0xBFEC0B) is known color: Inch Worm. HEX triplet: BF, EC and 0B. RGB value is (191,236,11). Sum of RGB (Red+Green+Blue) = 191+236+11=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC0B is #4013F4. Grayscale: #C5C5C5. Windows color (decimal): -4199413 or 781503. OLE color: 781503.
HSL color Cylindrical-coordinate representation of color #BFEC0B: hue angle of 72º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFEC0B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.07 |
| HSL | 72º | 0.91% | 0.48% | - |
| HSV(B) | 72º | 0.95% | 0.93% | - |
| XYZ | 51.54 | 71.09 | 11.32 | - |
| YUV | 196.9 | 23.09 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 11 | 0.19 | 0 | 0.95 | 0.07 | 72 | 0.91 | 0.48 |
| Hex | BF | EC | B | 13 | 0 | 5F | 7 | 48 | 5B | 30 |
| Octal | 277 | 354 | 13 | 23 | 0 | 137 | 7 | 110 | 133 | 60 |
| Binary | 10111111 | 11101100 | 1011 | 10011 | 0 | 1011111 | 111 | 1001000 | 1011011 | 110000 |
Color Harmonies of #BFEC0B
Complementary color
Monochromatic Colors of #BFEC0B
Black with #BFEC0B
Text Example
Text Example
White with #BFEC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC0B; }
p { color: rgb(191,236,11); }
H1.HeaderClassName
{
color: #BFEC0B;
}
.AnyTagClassName
{
color: #BFEC0B;
}
</style>
background-color css
<style>
a { background-color: #BFEC0B; }
a { background-color: rgb(191,236,11); }
div.DivClassName
{
background-color: #BFEC0B;
}
.BgClassName
{
background-color: #BFEC0B;
}
</style>
border-color css
<style>
span { border-color: #BFEC0B; }
span { border-color: rgb(191,236,11); }
td.TdClassName
{
border-color: #BFEC0B;
}
.TagClassName
{
border-color: #BFEC0B;
}
</style>