Shades of Inch Worm #BFED1A
Tints of Inch Worm #BFED1A
RGB
CMYK
RGB Variations
Color information
#BFED1A (or 0xBFED1A) is known color: Inch Worm. HEX triplet: BF, ED and 1A. RGB value is (191,237,26). Sum of RGB (Red+Green+Blue) = 191+237+26=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 26 (10.55% from 255 or 5.73% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED1A is #4012E5. Grayscale: #C7C7C7. Windows color (decimal): -4199142 or 1764799. OLE color: 1764799.
HSL color Cylindrical-coordinate representation of color #BFED1A: hue angle of 73.08º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFED1A is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 26 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.07 |
| HSL | 73.08º | 0.85% | 0.52% | - |
| HSV(B) | 73.08º | 0.89% | 0.93% | - |
| XYZ | 51.96 | 71.72 | 12.08 | - |
| YUV | 199.19 | 30.26 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 26 | 0.19 | 0 | 0.89 | 0.07 | 73.08 | 0.85 | 0.52 |
| Hex | BF | ED | 1A | 13 | 0 | 59 | 7 | 49 | 55 | 34 |
| Octal | 277 | 355 | 32 | 23 | 0 | 131 | 7 | 111 | 125 | 64 |
| Binary | 10111111 | 11101101 | 11010 | 10011 | 0 | 1011001 | 111 | 1001001 | 1010101 | 110100 |
Color Harmonies of #BFED1A
Complementary color
Monochromatic Colors of #BFED1A
Black with #BFED1A
Text Example
Text Example
White with #BFED1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED1A; }
p { color: rgb(191,237,26); }
H1.HeaderClassName
{
color: #BFED1A;
}
.AnyTagClassName
{
color: #BFED1A;
}
</style>
background-color css
<style>
a { background-color: #BFED1A; }
a { background-color: rgb(191,237,26); }
div.DivClassName
{
background-color: #BFED1A;
}
.BgClassName
{
background-color: #BFED1A;
}
</style>
border-color css
<style>
span { border-color: #BFED1A; }
span { border-color: rgb(191,237,26); }
td.TdClassName
{
border-color: #BFED1A;
}
.TagClassName
{
border-color: #BFED1A;
}
</style>