Shades of Inch Worm #BFE618
Tints of Inch Worm #BFE618
RGB
CMYK
RGB Variations
Color information
#BFE618 (or 0xBFE618) is known color: Inch Worm. HEX triplet: BF, E6 and 18. RGB value is (191,230,24). Sum of RGB (Red+Green+Blue) = 191+230+24=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE618 is #4019E7. Grayscale: #C3C3C3. Windows color (decimal): -4200936 or 1631935. OLE color: 1631935.
HSL color Cylindrical-coordinate representation of color #BFE618: hue angle of 71.36º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFE618 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.10 |
| HSL | 71.36º | 0.81% | 0.5% | - |
| HSV(B) | 71.36º | 0.9% | 0.9% | - |
| XYZ | 49.95 | 67.74 | 11.31 | - |
| YUV | 194.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 24 | 0.17 | 0 | 0.90 | 0.10 | 71.36 | 0.81 | 0.5 |
| Hex | BF | E6 | 18 | 11 | 0 | 5A | A | 47 | 51 | 32 |
| Octal | 277 | 346 | 30 | 21 | 0 | 132 | 12 | 107 | 121 | 62 |
| Binary | 10111111 | 11100110 | 11000 | 10001 | 0 | 1011010 | 1010 | 1000111 | 1010001 | 110010 |
Color Harmonies of #BFE618
Complementary color
Monochromatic Colors of #BFE618
Black with #BFE618
Text Example
Text Example
White with #BFE618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE618; }
p { color: rgb(191,230,24); }
H1.HeaderClassName
{
color: #BFE618;
}
.AnyTagClassName
{
color: #BFE618;
}
</style>
background-color css
<style>
a { background-color: #BFE618; }
a { background-color: rgb(191,230,24); }
div.DivClassName
{
background-color: #BFE618;
}
.BgClassName
{
background-color: #BFE618;
}
</style>
border-color css
<style>
span { border-color: #BFE618; }
span { border-color: rgb(191,230,24); }
td.TdClassName
{
border-color: #BFE618;
}
.TagClassName
{
border-color: #BFE618;
}
</style>