Shades of Inch Worm #BFE61A
Tints of Inch Worm #BFE61A
RGB
CMYK
RGB Variations
Color information
#BFE61A (or 0xBFE61A) is known color: Inch Worm. HEX triplet: BF, E6 and 1A. RGB value is (191,230,26). Sum of RGB (Red+Green+Blue) = 191+230+26=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE61A is #4019E5. Grayscale: #C3C3C3. Windows color (decimal): -4200934 or 1763007. OLE color: 1763007.
HSL color Cylindrical-coordinate representation of color #BFE61A: hue angle of 71.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFE61A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 26 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.10 |
| HSL | 71.47º | 0.8% | 0.5% | - |
| HSV(B) | 71.47º | 0.89% | 0.9% | - |
| XYZ | 49.97 | 67.74 | 11.42 | - |
| YUV | 195.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 26 | 0.17 | 0 | 0.89 | 0.10 | 71.47 | 0.8 | 0.5 |
| Hex | BF | E6 | 1A | 11 | 0 | 59 | A | 47 | 50 | 32 |
| Octal | 277 | 346 | 32 | 21 | 0 | 131 | 12 | 107 | 120 | 62 |
| Binary | 10111111 | 11100110 | 11010 | 10001 | 0 | 1011001 | 1010 | 1000111 | 1010000 | 110010 |
Color Harmonies of #BFE61A
Complementary color
Monochromatic Colors of #BFE61A
Black with #BFE61A
Text Example
Text Example
White with #BFE61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE61A; }
p { color: rgb(191,230,26); }
H1.HeaderClassName
{
color: #BFE61A;
}
.AnyTagClassName
{
color: #BFE61A;
}
</style>
background-color css
<style>
a { background-color: #BFE61A; }
a { background-color: rgb(191,230,26); }
div.DivClassName
{
background-color: #BFE61A;
}
.BgClassName
{
background-color: #BFE61A;
}
</style>
border-color css
<style>
span { border-color: #BFE61A; }
span { border-color: rgb(191,230,26); }
td.TdClassName
{
border-color: #BFE61A;
}
.TagClassName
{
border-color: #BFE61A;
}
</style>