Shades of Inch Worm #BFEB0C
Tints of Inch Worm #BFEB0C
RGB
CMYK
RGB Variations
Color information
#BFEB0C (or 0xBFEB0C) is known color: Inch Worm. HEX triplet: BF, EB and 0C. RGB value is (191,235,12). Sum of RGB (Red+Green+Blue) = 191+235+12=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 235 (92.19% from 255 or 53.65% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEB0C is #4014F3. Grayscale: #C5C5C5. Windows color (decimal): -4199668 or 846783. OLE color: 846783.
HSL color Cylindrical-coordinate representation of color #BFEB0C: hue angle of 71.84º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFEB0C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.08 |
| HSL | 71.84º | 0.9% | 0.48% | - |
| HSV(B) | 71.84º | 0.95% | 0.92% | - |
| XYZ | 51.26 | 70.52 | 11.26 | - |
| YUV | 196.42 | 23.92 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 12 | 0.19 | 0 | 0.95 | 0.08 | 71.84 | 0.9 | 0.48 |
| Hex | BF | EB | C | 13 | 0 | 5F | 8 | 48 | 5A | 30 |
| Octal | 277 | 353 | 14 | 23 | 0 | 137 | 10 | 110 | 132 | 60 |
| Binary | 10111111 | 11101011 | 1100 | 10011 | 0 | 1011111 | 1000 | 1001000 | 1011010 | 110000 |
Color Harmonies of #BFEB0C
Complementary color
Monochromatic Colors of #BFEB0C
Black with #BFEB0C
Text Example
Text Example
White with #BFEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB0C; }
p { color: rgb(191,235,12); }
H1.HeaderClassName
{
color: #BFEB0C;
}
.AnyTagClassName
{
color: #BFEB0C;
}
</style>
background-color css
<style>
a { background-color: #BFEB0C; }
a { background-color: rgb(191,235,12); }
div.DivClassName
{
background-color: #BFEB0C;
}
.BgClassName
{
background-color: #BFEB0C;
}
</style>
border-color css
<style>
span { border-color: #BFEB0C; }
span { border-color: rgb(191,235,12); }
td.TdClassName
{
border-color: #BFEB0C;
}
.TagClassName
{
border-color: #BFEB0C;
}
</style>