Shades of Inch Worm #BFEC1D
Tints of Inch Worm #BFEC1D
RGB
CMYK
RGB Variations
Color information
#BFEC1D (or 0xBFEC1D) is known color: Inch Worm. HEX triplet: BF, EC and 1D. RGB value is (191,236,29). Sum of RGB (Red+Green+Blue) = 191+236+29=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC1D is #4013E2. Grayscale: #C7C7C7. Windows color (decimal): -4199395 or 1961151. OLE color: 1961151.
HSL color Cylindrical-coordinate representation of color #BFEC1D: hue angle of 73.04º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFEC1D is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 29 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.07 |
| HSL | 73.04º | 0.84% | 0.52% | - |
| HSV(B) | 73.04º | 0.88% | 0.93% | - |
| XYZ | 51.7 | 71.16 | 12.17 | - |
| YUV | 198.95 | 32.09 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 29 | 0.19 | 0 | 0.88 | 0.07 | 73.04 | 0.84 | 0.52 |
| Hex | BF | EC | 1D | 13 | 0 | 58 | 7 | 49 | 54 | 34 |
| Octal | 277 | 354 | 35 | 23 | 0 | 130 | 7 | 111 | 124 | 64 |
| Binary | 10111111 | 11101100 | 11101 | 10011 | 0 | 1011000 | 111 | 1001001 | 1010100 | 110100 |
Color Harmonies of #BFEC1D
Complementary color
Monochromatic Colors of #BFEC1D
Black with #BFEC1D
Text Example
Text Example
White with #BFEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC1D; }
p { color: rgb(191,236,29); }
H1.HeaderClassName
{
color: #BFEC1D;
}
.AnyTagClassName
{
color: #BFEC1D;
}
</style>
background-color css
<style>
a { background-color: #BFEC1D; }
a { background-color: rgb(191,236,29); }
div.DivClassName
{
background-color: #BFEC1D;
}
.BgClassName
{
background-color: #BFEC1D;
}
</style>
border-color css
<style>
span { border-color: #BFEC1D; }
span { border-color: rgb(191,236,29); }
td.TdClassName
{
border-color: #BFEC1D;
}
.TagClassName
{
border-color: #BFEC1D;
}
</style>