Shades of Inch Worm #BFE617
Tints of Inch Worm #BFE617
RGB
CMYK
RGB Variations
Color information
#BFE617 (or 0xBFE617) is known color: Inch Worm. HEX triplet: BF, E6 and 17. RGB value is (191,230,23). Sum of RGB (Red+Green+Blue) = 191+230+23=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE617 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE617 is #4019E8. Grayscale: #C3C3C3. Windows color (decimal): -4200937 or 1566399. OLE color: 1566399.
HSL color Cylindrical-coordinate representation of color #BFE617: hue angle of 71.3º degrees, saturation: 0.82, 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 #BFE617 is Cyan = 0.17, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 23 | - |
| CMYK | 0.17 | 0 | 0.9 | 0.10 |
| HSL | 71.3º | 0.82% | 0.5% | - |
| HSV(B) | 71.3º | 0.9% | 0.9% | - |
| XYZ | 49.94 | 67.73 | 11.25 | - |
| YUV | 194.74 | 31.08 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 23 | 0.17 | 0 | 0.9 | 0.10 | 71.3 | 0.82 | 0.5 |
| Hex | BF | E6 | 17 | 11 | 0 | 5A | A | 47 | 52 | 32 |
| Octal | 277 | 346 | 27 | 21 | 0 | 132 | 12 | 107 | 122 | 62 |
| Binary | 10111111 | 11100110 | 10111 | 10001 | 0 | 1011010 | 1010 | 1000111 | 1010010 | 110010 |
Color Harmonies of #BFE617
Complementary color
Monochromatic Colors of #BFE617
Black with #BFE617
Text Example
Text Example
White with #BFE617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE617; }
p { color: rgb(191,230,23); }
H1.HeaderClassName
{
color: #BFE617;
}
.AnyTagClassName
{
color: #BFE617;
}
</style>
background-color css
<style>
a { background-color: #BFE617; }
a { background-color: rgb(191,230,23); }
div.DivClassName
{
background-color: #BFE617;
}
.BgClassName
{
background-color: #BFE617;
}
</style>
border-color css
<style>
span { border-color: #BFE617; }
span { border-color: rgb(191,230,23); }
td.TdClassName
{
border-color: #BFE617;
}
.TagClassName
{
border-color: #BFE617;
}
</style>