Shades of Inch Worm #BFEC18
Tints of Inch Worm #BFEC18
RGB
CMYK
RGB Variations
Color information
#BFEC18 (or 0xBFEC18) is known color: Inch Worm. HEX triplet: BF, EC and 18. RGB value is (191,236,24). Sum of RGB (Red+Green+Blue) = 191+236+24=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEC18 is #4013E7. Grayscale: #C7C7C7. Windows color (decimal): -4199400 or 1633471. OLE color: 1633471.
HSL color Cylindrical-coordinate representation of color #BFEC18: hue angle of 72.74º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFEC18 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 24 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.07 |
| HSL | 72.74º | 0.85% | 0.51% | - |
| HSV(B) | 72.74º | 0.9% | 0.93% | - |
| XYZ | 51.65 | 71.13 | 11.87 | - |
| YUV | 198.38 | 29.59 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 24 | 0.19 | 0 | 0.90 | 0.07 | 72.74 | 0.85 | 0.51 |
| Hex | BF | EC | 18 | 13 | 0 | 5A | 7 | 49 | 55 | 33 |
| Octal | 277 | 354 | 30 | 23 | 0 | 132 | 7 | 111 | 125 | 63 |
| Binary | 10111111 | 11101100 | 11000 | 10011 | 0 | 1011010 | 111 | 1001001 | 1010101 | 110011 |
Color Harmonies of #BFEC18
Complementary color
Monochromatic Colors of #BFEC18
Black with #BFEC18
Text Example
Text Example
White with #BFEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC18; }
p { color: rgb(191,236,24); }
H1.HeaderClassName
{
color: #BFEC18;
}
.AnyTagClassName
{
color: #BFEC18;
}
</style>
background-color css
<style>
a { background-color: #BFEC18; }
a { background-color: rgb(191,236,24); }
div.DivClassName
{
background-color: #BFEC18;
}
.BgClassName
{
background-color: #BFEC18;
}
</style>
border-color css
<style>
span { border-color: #BFEC18; }
span { border-color: rgb(191,236,24); }
td.TdClassName
{
border-color: #BFEC18;
}
.TagClassName
{
border-color: #BFEC18;
}
</style>