Shades of Inch Worm #BFEC0C
Tints of Inch Worm #BFEC0C
RGB
CMYK
RGB Variations
Color information
#BFEC0C (or 0xBFEC0C) is known color: Inch Worm. HEX triplet: BF, EC and 0C. RGB value is (191,236,12). Sum of RGB (Red+Green+Blue) = 191+236+12=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC0C is #4013F3. Grayscale: #C5C5C5. Windows color (decimal): -4199412 or 847039. OLE color: 847039.
HSL color Cylindrical-coordinate representation of color #BFEC0C: hue angle of 72.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFEC0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.07 |
| HSL | 72.05º | 0.9% | 0.49% | - |
| HSV(B) | 72.05º | 0.95% | 0.93% | - |
| XYZ | 51.55 | 71.09 | 11.35 | - |
| YUV | 197.01 | 23.59 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 12 | 0.19 | 0 | 0.95 | 0.07 | 72.05 | 0.9 | 0.49 |
| Hex | BF | EC | C | 13 | 0 | 5F | 7 | 48 | 5A | 31 |
| Octal | 277 | 354 | 14 | 23 | 0 | 137 | 7 | 110 | 132 | 61 |
| Binary | 10111111 | 11101100 | 1100 | 10011 | 0 | 1011111 | 111 | 1001000 | 1011010 | 110001 |
Color Harmonies of #BFEC0C
Complementary color
Monochromatic Colors of #BFEC0C
Black with #BFEC0C
Text Example
Text Example
White with #BFEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC0C; }
p { color: rgb(191,236,12); }
H1.HeaderClassName
{
color: #BFEC0C;
}
.AnyTagClassName
{
color: #BFEC0C;
}
</style>
background-color css
<style>
a { background-color: #BFEC0C; }
a { background-color: rgb(191,236,12); }
div.DivClassName
{
background-color: #BFEC0C;
}
.BgClassName
{
background-color: #BFEC0C;
}
</style>
border-color css
<style>
span { border-color: #BFEC0C; }
span { border-color: rgb(191,236,12); }
td.TdClassName
{
border-color: #BFEC0C;
}
.TagClassName
{
border-color: #BFEC0C;
}
</style>